gpsh now automatically sets up tracking for the current branch name

This commit is contained in:
Yan Pritzker 2014-10-08 13:45:00 -05:00
parent d4581ce37c
commit f2fdd4506d

View File

@ -89,7 +89,7 @@ alias gtr='grb track'
alias gpl='git pull' alias gpl='git pull'
alias gplr='git pull --rebase' alias gplr='git pull --rebase'
alias gps='git push' alias gps='git push'
alias gpsh='git push' alias gpsh='git push -u origin `git rev-parse --abbrev-ref HEAD`'
alias gnb='git nb' # new branch aka checkout -b alias gnb='git nb' # new branch aka checkout -b
alias grs='git reset' alias grs='git reset'
alias grsh='git reset --hard' alias grsh='git reset --hard'