Initial commit.
This commit is contained in:
commit
f35cf3d8f8
5 changed files with 53 additions and 0 deletions
27
.gitconfig
Normal file
27
.gitconfig
Normal file
|
@ -0,0 +1,27 @@
|
|||
[user]
|
||||
name = Andrew Tomaka
|
||||
email = atomaka@gmail.com
|
||||
[color]
|
||||
ui = auto
|
||||
[color "branch"]
|
||||
current = yellow reverse
|
||||
local = yellow
|
||||
remote = green
|
||||
[color "diff"]
|
||||
meta = yellow bold
|
||||
frag = magenta
|
||||
old = red
|
||||
new = green
|
||||
[color "status"]
|
||||
added = yellow
|
||||
changed = green
|
||||
untracked = cyan
|
||||
[merge]
|
||||
tool = sublime
|
||||
[apply]
|
||||
whitespace = fix
|
||||
[core]
|
||||
excludesfile = ~/.gitignore_global
|
||||
autocrlf = input
|
||||
editor = sublime
|
||||
filemode = false
|
Loading…
Add table
Add a link
Reference in a new issue