aliases: git: Modernize 'gpf' and make it use --force-with-lease
parent
ac69c5585e
commit
40d6ef83d6
|
|
@ -103,7 +103,8 @@ alias gpatch='git format-patch -1'
|
|||
# push
|
||||
alias gp='git push'
|
||||
alias gpd='git push --delete'
|
||||
alias gpf='git push --force'
|
||||
alias gpf='git push --force-with-lease'
|
||||
alias gpff='git push --force'
|
||||
alias gpo='git push origin HEAD'
|
||||
alias gpom='git push origin $(get_default_branch)'
|
||||
alias gpu='git push --set-upstream'
|
||||
|
|
|
|||
Loading…
Reference in New Issue