1
0
Fork 0

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

pull/1008/merge
Justin Filip 9 years ago committed by Kaleb Elwert
parent 65b05c0220
commit ddfc870f9a

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