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