Adds link to .gitconfigglobal

This commit is contained in:
Alicia Sykes 2022-09-18 17:11:35 +01:00
parent c1a3e9ee33
commit 14af202030

View File

@ -12,7 +12,7 @@
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
excludesfile = ~/.config/.gitignore_global
excludesfile = /Users/alicia/.config/.gitignore_global
[web]
browser = firefox
[instaweb]
@ -268,3 +268,9 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Users/alicia/Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true