Description
Every time i commit I get the following message in the panel:
[branch abcdef] Commit Message
Committer: MyName my.email@my.domain.com
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly. Run the
following command and follow the instructions in your editor to edit
your configuration file:git config --global --edit
After doing this, you may fix the identity used for this commit with:
git commit --amend --reset-author
2 files changed, 74 insertions(+), 22 deletions(-)
I have my [user] name
and [user] email
set in the global config correctly.
I don't get the message if I commit from the command line.
I can see from git log
the different name and email depending on if I commit via the commandline or the sublime-text-git
Could it be because my home folder is set to H: drive (H:.gitconfig)?