New aliases :gg and gk

This commit is contained in:
Gaetan Semet 2013-02-14 15:39:05 +01:00
commit 0c9deec62b

View file

@ -58,6 +58,9 @@ 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 gk='gitk'
# Will cd into the top of the current repository
# or submodule.
alias grt='cd $(git rev-parse --show-toplevel || echo ".")'