change git alias following issues #1419

pull/1431/head
NEwa-05 2019-10-11 12:36:49 +00:00
parent 440ca7456f
commit fd1a477716
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ alias gpr='git pull --rebase'
alias gpp='git pull && git push'
alias gup='git fetch && git rebase'
alias gp='git push'
alias gpo='git push origin'
alias gpo='git push origin HEAD'
alias gpu='git push --set-upstream'
alias gpuo='git push --set-upstream origin'
alias gpuoc='git push --set-upstream origin $(git symbolic-ref --short HEAD)'