Setting the default Git Author and CommiterDo you want to change the user that is automatically selected when committing with git? I had been using Git and Netbeans for a long time with the niggling issue of what user was set as default when commiting.This might sound like a small issue but from time to time when I was diligently committing my work I would forget to change the user and as a consequence my commit would be associated with a generic user that was created when I first set up my system (not very professional).Now I have it populated with right user every time I go to commit my changes.Ready to get started? GuideAuthorSteven Palmer