Files
dotfiles/git/dot-gitconfig

31 lines
645 B
Plaintext
Executable File

[user]
name = Rack Lin
email = racklin@gmail.com
[color]
diff = auto
status = auto
branch = auto
[alias]
zip = archive --format=zip HEAD
[branch "master"]
remote = origin
merge = master
[core]
excludesfile = /Users/rack/.gitignore_global
fileMode = false
ignorecase = false
editor = nvim
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[github]
user = racklin@gmail.com
[ghq]
root = ~/.ghq
[init]
defaultBranch = master