mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add an alias to push current local branch to same name on remote
This commit is contained in:
parent
286c3e5e28
commit
6816f1ef96
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ alias gmtvim='git mergetool --no-prompt --tool=vimdiff'
|
||||||
alias gmum='git merge upstream/master'
|
alias gmum='git merge upstream/master'
|
||||||
|
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
|
alias gpoh='git push origin HEAD'
|
||||||
alias gpd='git push --dry-run'
|
alias gpd='git push --dry-run'
|
||||||
alias gpoat='git push origin --all && git push origin --tags'
|
alias gpoat='git push origin --all && git push origin --tags'
|
||||||
compdef _git gpoat=git-push
|
compdef _git gpoat=git-push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue