Skip to content

Commit

Permalink
Add ggui (git gui) to git.aliases.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
umhan35 committed Apr 12, 2016
1 parent fd8ff61 commit 833ae57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases/available/git.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down

0 comments on commit 833ae57

Please sign in to comment.