I tried changing to ~/.gitconfig.user and /home/<user_name>/.gitconfig.user, still causes the same problem

On 12-04-2016 08:56, stefan.na...@atlas-elektronik.com wrote:
Am 12.04.2016 um 13:25 schrieb Rudinei Goi Roecker:
I'm having a problem with included configurations in ~/.gitconfig, when
using this command:

git config --global user.email

It doesn't return anything, in commits it works as intended. The
configuration looks like this:

~/.gitconfig
[include]
    path = .gitconfig.user
Maybe you want to use

      path = ~/.gitconfig.user

here.

# ... more configurations

~/.gitconfig.user
[user]
    name = My Full Name
    email = myem...@example.com
HTH,
   Stefan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to