2022-08-10 18:16:20 -04:00
|
|
|
[user]
|
|
|
|
name = Erin
|
|
|
|
email = github@eritbh.me
|
|
|
|
[alias]
|
|
|
|
l = log --oneline --decorate --graph
|
|
|
|
la = log --oneline --decorate --graph --all
|
|
|
|
wmerge = merge --no-commit -Xignore-space-change
|
|
|
|
lc = diff --numstat
|
2022-11-16 21:51:10 -05:00
|
|
|
pushup = push --set-upstream origin @
|
|
|
|
s = stash save --include-untracked
|
|
|
|
sp = stash pop
|
|
|
|
sl = stash list
|
2022-08-10 18:16:20 -04:00
|
|
|
[pull]
|
|
|
|
rebase = true
|
|
|
|
[init]
|
|
|
|
defaultBranch = main
|