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 = {
|
||||
ga = "git add";
|
||||
gc = "git commit -m ";
|
||||
gca = "git add -A && git commit -am ";
|
||||
gs = "git stash";
|
||||
gsp = "git stash pop";
|
||||
gc = "git commit";
|
||||
gp = "git push";
|
||||
gpl = "git pull --recurse-submodules";
|
||||
gst = "git status";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue