git: More aliases for stashes and stuff

This commit is contained in:
Erin 2022-11-16 21:51:10 -05:00
parent 91c1076680
commit 4ed15a65fa

View file

@ -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]