Summary
Congratulations! In this module, you learned the basics of using Git.
You learned:
- An overview of Version Control Systems (VCS)
- Important Git terminology.
- 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 by yourself on a basic project. Collaboration with other developers is where version control shines. Check out the other modules in this learning path for more about using Git with others!
Resources
If you'd like to dig deeper, here are more resources:
- Run the
git help tutorial
andgit help tutorial-2
commands. - Visit the Everyday Git site or use the
git help everyday
command. - Review Git and GitHub learning resources.
- Watch the Introduction to Git Recap video.
- Check out the documentation section of Git's official website.