mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-12-13 00:34:58 +00:00
Initial commit
This commit is contained in:
19
gitconfig
Normal file
19
gitconfig
Normal file
@@ -0,0 +1,19 @@
|
||||
[user]
|
||||
name = cupcakearmy
|
||||
email = hi@nicco.io
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[core]
|
||||
excludesfile = /Users/nicco/.gitignore_global
|
||||
autocrlf = input
|
||||
[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
|
||||
[commit]
|
||||
gpgsign = true
|
||||
Reference in New Issue
Block a user