I\'m new to SmartGit. I can\'t commit through my repository, the message I\'m receiving is:
Unable to auto-detect email address (got \'Arreane@Arreane-PC.(none)\
Just type like "correct" case
"wrong"
git config --global mike.email "mike@gmail.com"
git config --global mike.name "mike"
"correct"
git config --global user.email "mike@gmail.com"
git config --global user.name "mike"
user.name is your account name in git-hub user.email is your email when you sign in git-hub.