MindstormsNXJ/mindstorms

edit user.name and user.email

Closed this issue · 1 comments

For all having issues with seeing their commits and in general please edit the user.name and user.email configuration to get your commits counted towards the statistics.

For git:
git config --global user.name Username
git config --global user.email email@adress.ext
example:
git config --global user.name YourUsername
git config --global user.email YourEmail

For Eclipse:
Preferences -> Team -> Git -> Configuration -> Add Entry
Key: user.name
Value: Username

Same there for the email.
All further commits after these changes will link the profile page of the contributor and also get counted into the statistics.

Created wiki page for that...