Add ggui (git gui) to git.aliases.bash

pull/701/head
Zhao Han 2016-04-11 20:39:23 -05:00
parent fd8ff61baa
commit 833ae57c9a
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ alias gtl="git tag -l"
alias gnew="git log HEAD@{1}..HEAD@{0}"
# Add uncommitted and unstaged changes to the last commit
alias gcaa="git commit -a --amend -C HEAD"
alias ggui="git gui"
case $OSTYPE in
darwin*)