mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Add alias for git push to origin/current branch
This commit is contained in:
parent
e44aa50301
commit
c57bc668d3
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ alias gpoat='git push origin --all && git push origin --tags'
|
|||
compdef _git gpoat=git-push
|
||||
alias gpu='git push upstream'
|
||||
alias gpv='git push -v'
|
||||
alias gpcb='git push origin $(current_branch)'
|
||||
|
||||
alias gr='git remote'
|
||||
alias gra='git remote add'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue