add shell alias
This commit is contained in:
parent
5f5453cf2c
commit
ace1beecc9
|
@ -53,6 +53,7 @@
|
||||||
gpso = "git push origin";
|
gpso = "git push origin";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
|
gcma = "git add --all && git commit -m";
|
||||||
gtag = "git tag -ma";
|
gtag = "git tag -ma";
|
||||||
gch = "git checkout";
|
gch = "git checkout";
|
||||||
gchb = "git checkout -b";
|
gchb = "git checkout -b";
|
||||||
|
|
Loading…
Reference in a new issue