Create .gitconfig
This commit is contained in:
parent
98a3306ba0
commit
cfd8699d40
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue