git config --global user.name "FirstName LastName" git config --global user.email "firstname.lastname@nespresso.com"
disable certificate warning
git config --global http.sslVerify false
use '--rebase' automatically when doing a 'pull'
git config --global branch.autosetuprebase remote
For common commands, refer to the cheatsheet or the the Git Book
No comments:
Post a Comment