gpsh now automatically sets up tracking for the current branch name
This commit is contained in:
parent
d4581ce37c
commit
f2fdd4506d
@ -89,7 +89,7 @@ alias gtr='grb track'
|
||||
alias gpl='git pull'
|
||||
alias gplr='git pull --rebase'
|
||||
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 grs='git reset'
|
||||
alias grsh='git reset --hard'
|
||||
|
Loading…
Reference in New Issue
Block a user