Category Development PlatformPosted on September 3, 2017September 3, 2017Common git commands Simple guide to get started with Git. Configure author and email address to be used with your commits git config --global user.name "John Doe" git config --global user.email [email protected] Cr…