mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 19:17:45 +00:00
Add --graph to glo alias
This commit is contained in:
parent
637958d9c5
commit
984ae81e50
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
gpf = "git push --force-with-lease";
|
gpf = "git push --force-with-lease";
|
||||||
|
|
||||||
gl = "git log";
|
gl = "git log";
|
||||||
glo = "git log --oneline";
|
glo = "git log --oneline --graph";
|
||||||
glp = "git log -p --ext-diff";
|
glp = "git log -p --ext-diff";
|
||||||
|
|
||||||
gpl = "git pull";
|
gpl = "git pull";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue