Moved private info into env variables, cleanup
This commit is contained in:
parent
0ebab432d3
commit
9b316b6022
19
gitconfig
19
gitconfig
@ -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]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[color "branch"]
|
[color "branch"]
|
||||||
@ -82,18 +89,6 @@
|
|||||||
editor = /usr/bin/vim
|
editor = /usr/bin/vim
|
||||||
excludesfile = ~/.dotfiles/gitignore_global
|
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]
|
[advice]
|
||||||
statusHints = false
|
statusHints = false
|
||||||
[diff]
|
[diff]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user