Browse Source

Use less destructive git push --force-with-lease.

master
Justin Filip 9 years ago committed by Kaleb Elwert
parent
commit
ddfc870f9a
  1. 3
      modules/git/alias.zsh

3
modules/git/alias.zsh

@ -117,7 +117,8 @@ alias gmt='git mergetool' @@ -117,7 +117,8 @@ alias gmt='git mergetool'
# Push (p)
alias gp='git push'
alias gpf='git push --force'
alias gpf='git push --force-with-lease'
alias gpF='git push --force'
alias gpa='git push --all'
alias gpA='git push --all && git push --tags'
alias gpt='git push --tags'

Loading…
Cancel
Save