mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-05 21:00:42 +00:00
git stuff
This commit is contained in:
16
files/git/gitconfig
Normal file
16
files/git/gitconfig
Normal file
@@ -0,0 +1,16 @@
|
||||
[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 = ~/.gitignore_global
|
||||
autocrlf = input
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[includeIf "gitdir:/Users/niccolo.borgioli/"]
|
||||
path = "~/.dotfiles/files/git/config.work"
|
Reference in New Issue
Block a user