diff --git a/.gitconfig b/.gitconfig index 6083b15..639c2f6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,11 +1,7 @@ [user] email = afonso@francof.net - name = afonso - signingkey = ~/.ssh/touch_key -[includeIf "hasconfig:remote.*.url:https://github.com/**"] - path = ~/.gitconfig-gh -[includeIf "hasconfig:remote.*.url:ssh://git@github.com/**"] - path = ~/.gitconfig-gh + name = afranco + signingkey = ~/.ssh/signing_key [filter "lfs"] process = git-lfs filter-process required = true