I tried changing to ~/.gitconfig.user and
/home/<user_name>/.gitconfig.user, still causes the same problem
On 12-04-2016 08:56, stefan.naewe@atlas-elektronik.com wrote:
Am 12.04.2016 um 13:25 schrieb Rudinei Goi Roecker:
quoted
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.
quoted
# ... more configurations
~/.gitconfig.user
[user]
name = My Full Name
email = myemail@example.com
HTH,
Stefan