1
Fork 0
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:
RGBCube 2024-03-02 12:50:52 +03:00
parent 9ed0b37dd5
commit 0a4d4d454b
No known key found for this signature in database

View file

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