-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
31 lines (31 loc) · 885 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[core]
excludesfile = /Users/nathan/.gitignore_global
[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
[user]
email = nhemingway@gmail.com
name = Nathan Hemingway
[commit]
template = /Users/nathan/.stCommitMsg
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[init]
defaultBranch = master
[url "ssh://git@wwwin-github.cisco.com"]
insteadOf = https://wwwin-github.cisco.com
[pull]
rebase = false
[gitget]
root = $HOME/src
[maintenance]
repo = /Users/nathan/Repos/znap
repo = /Users/nathan/Repos/romkatv/powerlevel10k
repo = /Users/nathan/Repos/wfxr/forgit
repo = /Users/nathan/Repos/pyenv/pyenv