Learn how to track changes in your code and collaborate with others using Git – the tool every developer uses.
What you’ll learn
- What version control is
- How to install and configure Git
- How to create your first repository
- How to save changes with commits
- How to push your project to GitHub
Course content
1. What Is Version Control?
Why every developer uses Git: keeping a history of changes and going back to any previous version.
2. Installing Git
We install Git and set it up with your name and email.
3. Your First Repository
We create our first Git repository and meet the init and status commands.
4. Commits and History
We learn how to save changes with clear messages and browse the project history.
5. Working with GitHub
We push the repository to GitHub and meet the push and pull commands.


