diff --git a/.gitconfig b/.gitconfig index 4f0e944..0ddb1f7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,4 @@ # put [user] (name, email) into ~/.gitlocal -[include] - path = .gitlocal [color] branch = auto ui = auto @@ -78,3 +76,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[include] + path = .gitlocal