update
This commit is contained in:
parent
3a03daad90
commit
34776cfc9d
1 changed files with 1 additions and 4 deletions
|
@ -89,10 +89,7 @@
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit -m ";
|
gc = "git commit";
|
||||||
gca = "git add -A && git commit -am ";
|
|
||||||
gs = "git stash";
|
|
||||||
gsp = "git stash pop";
|
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
gpl = "git pull --recurse-submodules";
|
gpl = "git pull --recurse-submodules";
|
||||||
gst = "git status";
|
gst = "git status";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue