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

This commit is contained in:
Justin Filip 2015-11-24 20:13:31 -05:00 committed by Kaleb Elwert
parent 65b05c0220
commit ddfc870f9a
1 changed files with 2 additions and 1 deletions

View File

@ -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'