1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00
This commit is contained in:
RGBCube 2023-12-03 15:03:46 +03:00
parent 16a47152fd
commit 893c874029
No known key found for this signature in database

View file

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