add shell alias
This commit is contained in:
parent
5f5453cf2c
commit
ace1beecc9
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue