diff --git a/git/.gitconfig b/git/.gitconfig index aab004b..2f5179a 100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -2,8 +2,15 @@ [user] # Please adapt and uncomment the following lines: name = Jeremie Fraeys - email = jfraeys@jeremie-MacBook-Pro.local + email = jfaeys@gmail.com [credential] - helper = store -[credentials] - helper = osxkeychain + helper = os_helper + +[credential "os_helper"] + useHttpPath = true + +[credential "os_helper_linux"] + helper = store + +[credential "os_helper_osx"] + helper = osxkeychain