git config

This commit is contained in:
Morgan McMillian 2021-04-07 16:54:06 -07:00
parent 7c48e1221c
commit 474265291b
2 changed files with 18 additions and 0 deletions

16
.config/git/config Normal file
View file

@ -0,0 +1,16 @@
[user]
name = Morgan McMillian
email = thrrgilag@dreamfall.space
[pull]
rebase = true
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[sendemail]
annotate = yes
[include]
path = ~/.config/git/sendemail

2
.config/git/ignore Normal file
View file

@ -0,0 +1,2 @@
*.swp
.DS_Store