diff --git a/gitconfig b/gitconfig index 07736fd..ac76690 100644 --- a/gitconfig +++ b/gitconfig @@ -1,13 +1,12 @@ [include] path = ~/.gitconfig.platform -[user] - name = Michael Campagnaro - email = mikecampo@gmail.com + path = ~/.gitconfig.private [merge] summary = true tool = vimdiff [core] excludesfile = ~/.gitignore + hookspath = ~/.git_hooks preloadindex = true fscache = true [push] @@ -31,14 +30,14 @@ old = red new = green [filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f required = true - process = git-lfs filter-process + process = git-lfs filter-process [alias] lg = log --graph --pretty=format:'%Cred%h%Creset %C(yellow)%an [%cn]%d%Creset %s %Cgreen(%cr)%Creset' --date=relative start = !git init && git commit --allow-empty -m \"Initial commit\" [rerere] enabled = true [gc] - auto = 0 + auto = 0