Add git whatchanged alias (gwc), thanks tjlevine (#196)
This commit is contained in:
@@ -146,6 +146,7 @@ if [ "$git_setup_aliases" = "yes" ]; then
|
||||
__git_alias "$git_stash_pop_alias" 'git' 'stash' 'pop'
|
||||
__git_alias "$git_stash_list_alias" 'git' 'stash' 'list'
|
||||
__git_alias "$git_tag_alias" 'git' 'tag'
|
||||
__git_alias "$git_whatchanged_alias" 'git' 'whatchanged'
|
||||
|
||||
# Compound/complex commands
|
||||
_alias "$git_fetch_all_alias" 'git fetch --all'
|
||||
|
||||
Reference in New Issue
Block a user