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)\
Try the following steps,
git config --global user.email "YOU@EXAMPLE.COM"
git config --global user.name "YOUR NAME"