"Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency."
"Git is easy to learn and has a tiny footprint with lightning fast performance."
It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
https://tableless.com.br/tudo-que-voce-queria-saber-sobre-git-e-github-mas-tinha-vergonha-de-perguntar/
https://git-scm.com/
https://www.gitkraken.com/
https://www.udemy.com/git-e-github-para-iniciantes/
https://willianjusten.com.br/novo-curso-de-git-e-github-para-iniciantes/
https://danielkummer.github.io/git-flow-cheatsheet/index.pt_BR.html