git config
This commit is contained in:
parent
7c48e1221c
commit
474265291b
2 changed files with 18 additions and 0 deletions
16
.config/git/config
Normal file
16
.config/git/config
Normal 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
2
.config/git/ignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*.swp
|
||||||
|
.DS_Store
|
Loading…
Reference in a new issue