Update
This commit is contained in:
parent
e27d43df71
commit
caaa500232
@ -60,7 +60,7 @@
|
|||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
gcu = "git commit -am 'Update'";
|
gcu = "git add . && git commit -m 'Update'";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpl = "git pull";
|
gpl = "git pull";
|
||||||
gs = "git status";
|
gs = "git status";
|
||||||
|
Loading…
Reference in New Issue
Block a user