feat(system.nix): git push alias

This commit is contained in:
Sangmin Kim 2025-04-06 21:13:50 +09:00
parent 07998bd479
commit 9cd0a42df3

View file

@ -241,6 +241,7 @@
gst = "git status"; gst = "git status";
gco = "git checkout"; gco = "git checkout";
gl = "git pull"; gl = "git pull";
gp = "git push";
glg = "git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short"; glg = "git log --graph --pretty='%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%an>%Creset' --date=short";
}; };
}; };