Create .gitconfig

This commit is contained in:
Erin 2022-08-10 18:16:20 -04:00 committed by GitHub
parent 98a3306ba0
commit cfd8699d40

12
git/.gitconfig Normal file
View file

@ -0,0 +1,12 @@
[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
[pull]
rebase = true
[init]
defaultBranch = main