alias gup='git pull --rebase'
alias gp='git push'
+alias gpf='git push --force-with-lease'
alias gd='git diff'
alias gdc='git diff --cached'
# cd into the top of the current repository
# or submodule.
-alias grt='cd $(git rev-parse --show-toplevel || echo ".")'
+alias cdr='cd $(git rev-parse --show-toplevel || echo ".")'
# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'