git: Add gsc alias
This commit is contained in:
parent
8a0f3c5f6b
commit
320f438d02
|
@ -75,6 +75,7 @@
|
||||||
grs = "git restore";
|
grs = "git restore";
|
||||||
grss = "git restore --staged";
|
grss = "git restore --staged";
|
||||||
gs = "git switch";
|
gs = "git switch";
|
||||||
|
gsc = "git switch -c";
|
||||||
gsm = "git switch master";
|
gsm = "git switch master";
|
||||||
gst = "git status";
|
gst = "git status";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue