🚀 add git aliases
parent
01699e1044
commit
01458151b0
|
@ -28,6 +28,8 @@
|
|||
gd = "git diff";
|
||||
gds = "git diff --staged";
|
||||
gp = "git push";
|
||||
gf = "git fetch";
|
||||
gF = "git pull";
|
||||
gs = "git status";
|
||||
};
|
||||
aliases = {
|
||||
|
|
Loading…
Reference in New Issue