Congratulations! In this module, you’ve learned the basics of using Git.
You’ve learned:
- An overview of version control systems (VCS)
- Key terminology related to Git
- The differences between Git and GitHub
- How to configure Git
- Some basic Git commands
At this point, you know enough about Git to use version control on your own for a simple project.
Collaboration with other developers is where version control truly shows its full potential.
Check out the other modules in this learning path to learn more about using Git in a team!
Resources
If you’d like to deepen your knowledge, here are some additional resources:
- Run the commands
git help tutorialandgit help tutorial-2 - Visit the site Everyday Git or use the command
git help everyday - Explore learning resources on Git and GitHub
- Watch the video Introduction to Git – Recap
- Explore the documentation section on the official Git website