dotfiles/git/.gitconfig

17 lines
367 B
INI
Raw Normal View History

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