gg and gga are now aliases dedicated to commit and only commit (and respectively amend commit)

This commit is contained in:
Gaetan Semet 2013-02-28 14:59:59 +01:00
commit 15c510bbef

View file

@ -64,7 +64,8 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
alias gf='git ls-files | grep'
alias gpoat='git push origin --all && git push origin --tags'
alias gg='git gui'
alias gg='git gui citool'
alias gga='git gui citool --amend'
alias gk='gitk --all --branches'
# Will cd into the top of the current repository