Git is a version control system that is used for software development and other version control tasks. As a distributed revision control system it is aimed at speed, data integrity, and support for distributed, non-linear workflows.
Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development
Below you can find articles to learn how to use Git to versioning your projects. All git commands need to be typed in your computer Console. If you aren't familiar with console, check our aticles about Bash, the language that is used inside the Console
Check out the Introduction article (english or portuguese) to know a bit more about git before going on to the commands.