add git aliases
This commit is contained in:
parent
d617201ab3
commit
bb22fa6156
|
@ -49,9 +49,11 @@
|
||||||
gpl = "git pull";
|
gpl = "git pull";
|
||||||
gplo = "git pull origin";
|
gplo = "git pull origin";
|
||||||
gps = "git push";
|
gps = "git push";
|
||||||
|
gpst = "git push --follow-tags";
|
||||||
gpso = "git push origin";
|
gpso = "git push origin";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
|
gtag = "git tag -ma";
|
||||||
gch = "git checkout";
|
gch = "git checkout";
|
||||||
gchb = "git checkout -b";
|
gchb = "git checkout -b";
|
||||||
gcoe = "git config user.email";
|
gcoe = "git config user.email";
|
||||||
|
|
Loading…
Reference in a new issue