Moved private info into env variables, cleanup

This commit is contained in:
yan 2011-11-22 13:30:09 -06:00 committed by $GIT_USER
parent 0ebab432d3
commit 9b316b6022

View File

@ -1,3 +1,10 @@
# set these tokens up in your env, such as ~/.secrets
[github]
user = $GITHUB_USER
token = $GITHUB_TOKEN
[user]
name = $GIT_USER
email = $GIT_EMAIL
[color]
ui = true
[color "branch"]
@ -82,18 +89,6 @@
editor = /usr/bin/vim
excludesfile = ~/.dotfiles/gitignore_global
[merge]
tool = threesome
[mergetool "threesome"]
cmd = "mvim -f $BASE $LOCAL $REMOTE $MERGED -c 'ThreesomeInit'"
trustExitCode = true
[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
[advice]
statusHints = false
[diff]