Create .gitconfig
This commit is contained in:
parent
98a3306ba0
commit
cfd8699d40
12
git/.gitconfig
Normal file
12
git/.gitconfig
Normal 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
|
Loading…
Reference in a new issue