mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
feat(git): add gpsupf alias (#11268)
This commit is contained in:
@@ -199,6 +199,7 @@ alias ggpush='git push origin "$(git_current_branch)"'
|
||||
|
||||
alias ggsup='git branch --set-upstream-to=origin/$(git_current_branch)'
|
||||
alias gpsup='git push --set-upstream origin $(git_current_branch)'
|
||||
alias gpsupf='git push --set-upstream origin $(git_current_branch) --force-with-lease'
|
||||
|
||||
alias ghh='git help'
|
||||
|
||||
@@ -341,4 +342,4 @@ function grename() {
|
||||
fi
|
||||
}
|
||||
|
||||
unset git_version
|
||||
unset git_version
|
||||
|
||||
Reference in New Issue
Block a user