mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Fix git-track-upstream-master alias
This commit is contained in:
parent
2d4364cb9e
commit
89e791a7fd
1 changed files with 3 additions and 2 deletions
|
|
@ -172,8 +172,9 @@ alias gb='git branch'
|
|||
compdef _git gb=git-branch
|
||||
alias gba='git branch -a'
|
||||
compdef _git gba=git-branch
|
||||
alias gbsutom='git branch --set-upstream-to=origin/master'
|
||||
alias git-track-upstream-master='gbsutom'
|
||||
alias gbsutum='git branch --set-upstream-to=upstream/master'
|
||||
alias git-track-origin-master='git branch --set-upstream-to=origin/master'
|
||||
alias git-track-upstream-master='gbsutum'
|
||||
|
||||
##############
|
||||
# Git Log (gl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue