git: Add gsc alias

pull/48/head
Simon Bruder 2021-03-20 21:24:02 +01:00
parent 8a0f3c5f6b
commit 320f438d02
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
grs = "git restore";
grss = "git restore --staged";
gs = "git switch";
gsc = "git switch -c";
gsm = "git switch master";
gst = "git status";
};