mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat(system.nix): git push alias
This commit is contained in:
parent
07998bd479
commit
9cd0a42df3
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue