Add git whatchanged alias (gwc), thanks tjlevine (#196)

This commit is contained in:
Nathan Broadbent
2016-05-14 22:31:43 +07:00
parent 9f850c0dd0
commit 47a0b6c724
2 changed files with 2 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ git_stash_pop_alias="gashp"
git_stash_list_alias="gashl"
git_tag_alias="gt"
git_top_level_alias="gtop"
git_whatchanged_alias="gwc"
# Hub aliases (https://github.com/github/hub)
git_pull_request_alias="gpr"