⚠️ This guide is being written, not is finished, but i’m working to end this
Wrote with notion AI
Git is a version control system that helps you keep track of and manage your code. It allows you to work collaboratively on projects, making it easier to share and update them. With Git, you can track changes in your code, go back to previous versions, and merge different versions together. It also helps you keep track of who made what changes. Git can be used for all kinds of projects, from small personal ones to large enterprise-level projects.
Git is a powerful and popular version control system used by developers around the world. It helps you keep track of changes in your code and allows you to collaborate on projects with ease. With Git, you can track changes in your code, go back to previous versions, and merge different versions together. It also helps you keep track of who made what changes. Git is great for any project, from small personal projects to large enterprise-level projects.
Git is easy to use and can be used with any programming language. To get started, you will need to install Git on your computer, use the next links to download.
Oficial site of GIT
Once you've installed Git, you can start using it to manage your code.
For windows users you only need to instal git and press next, and next agai (just like every system). This will install git bash and gui on your system.
Only my opinion, i prefer use git bash instead of cmd because is’t more graphical or give me more colors when i use git.
In my case i prefer to use other tool, BREW, maybe if you are a developer with macOS as your principal software you should install brew and every will be easier.
Oficial site of brew
To install Homebrew run this: