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
|
la = log --oneline --decorate --graph --all
|
||||||
wmerge = merge --no-commit -Xignore-space-change
|
wmerge = merge --no-commit -Xignore-space-change
|
||||||
lc = diff --numstat
|
lc = diff --numstat
|
||||||
|
pushup = push --set-upstream origin @
|
||||||
|
s = stash save --include-untracked
|
||||||
|
sp = stash pop
|
||||||
|
sl = stash list
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[init]
|
[init]
|
||||||
|
|
Loading…
Reference in a new issue