1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Add --graph to glo alias

This commit is contained in:
RGBCube 2024-03-20 15:53:54 +03:00
parent 637958d9c5
commit 984ae81e50
No known key found for this signature in database

View file

@ -27,7 +27,7 @@
gpf = "git push --force-with-lease";
gl = "git log";
glo = "git log --oneline";
glo = "git log --oneline --graph";
glp = "git log -p --ext-diff";
gpl = "git pull";