parent
74a23f8f2e
commit
e3341e1233
1 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,13 @@ in
|
|||
lo = "log --pretty=oneline";
|
||||
sma = "submodule add";
|
||||
smui = "submodule update --init";
|
||||
s = "stash push";
|
||||
sm = "stash push -m";
|
||||
sl = "stash list";
|
||||
sa = "stash apply";
|
||||
sai = "stash apply --index";
|
||||
sp = "stash pop";
|
||||
spi = "stash pop --index";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue