Absolute must-do for any new git users out there: set your name and email, so people can know who did what in the code!
git config –global user.name “John Doe” git config –global...