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