feat(git): add mor3 git aliases
This commit is contained in:
parent
6c9fbe5682
commit
fc8fcbe680
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
home.shellAliases = {
|
||||
g = "git";
|
||||
gs = "git status";
|
||||
gc = "git commit";
|
||||
gcam = "git commit -am";
|
||||
gu = "git push";
|
||||
gy = "git pull";
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue