mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Add glp
This commit is contained in:
parent
16a47152fd
commit
893c874029
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ homeConfiguration [ "nixos" "root" ] {
|
|||
|
||||
gl = "git log";
|
||||
glo = "git log --oneline";
|
||||
glp = "git log -p --full-diff";
|
||||
|
||||
gpl = "git pull";
|
||||
gplr = "git pull --rebase";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue