Git and GitHub
Git is the distributed version control system (VCS). Nearly every developer in the world uses it to manage their code. It has quite a monopoly on VCS. Developers use Git to:
- Keep a history of their code changes
- Revert mistakes made in their code
- Collaborate with other developers
- Make backups of their code
Some resources to follow
Youtube Git Tutorial
- Programming with Mosh's Git Tutorial
- ThePrimeagen's Git hands-on.
- freeCodeCamp full Course for Beginners