Add git alias for push with lease

This commit is contained in:
Tony Grosinger 2023-10-15 08:34:38 -07:00
parent 706c867362
commit 5e8cd5b1cf

View File

@ -17,6 +17,7 @@
cf = commit --fixup cf = commit --fixup
aq = commit --amend --no-edit aq = commit --amend --no-edit
c = commit c = commit
pf = push --force-with-lease
s = status -sb s = status -sb
b = branch b = branch
pp = log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%cr) %Creset\t%s %C(bold blue)<%an> %C(yellow)%d%Creset' --abbrev-commit pp = log --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%cr) %Creset\t%s %C(bold blue)<%an> %C(yellow)%d%Creset' --abbrev-commit