mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Force with lease instead of --force in git aliases
This commit is contained in:
parent
9ed0b37dd5
commit
0a4d4d454b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
gds = "git diff --staged";
|
||||
|
||||
gp = "git push";
|
||||
gpf = "git push --force";
|
||||
gpf = "git push --force-with-lease";
|
||||
|
||||
gl = "git log";
|
||||
glo = "git log --oneline";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue