git: More aliases for stashes and stuff
This commit is contained in:
parent
91c1076680
commit
4ed15a65fa
|
@ -6,6 +6,10 @@
|
|||
la = log --oneline --decorate --graph --all
|
||||
wmerge = merge --no-commit -Xignore-space-change
|
||||
lc = diff --numstat
|
||||
pushup = push --set-upstream origin @
|
||||
s = stash save --include-untracked
|
||||
sp = stash pop
|
||||
sl = stash list
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
|
|
Loading…
Reference in a new issue