Added gitconfig
This commit is contained in:
parent
888dc2ff44
commit
7c9cd6efa6
1 changed files with 17 additions and 0 deletions
17
gitconfig
Normal file
17
gitconfig
Normal file
|
@ -0,0 +1,17 @@
|
|||
[user]
|
||||
name = Josh Sherman
|
||||
email = josh@gravityblvd.com
|
||||
|
||||
[diff]
|
||||
rename = copy
|
||||
|
||||
[pager]
|
||||
color = true
|
||||
|
||||
[core]
|
||||
editor = vi
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
status = auto
|
Loading…
Add table
Add a link
Reference in a new issue