Summary
In this chapter, you learned how to:
- Install and configure Git locally
- Create a local or clone a remote Git repository
- Track changes in Git
- Undo and clean a commit
- Work with the stash
- Review changes in Git repositories
- Manage branching and merging
- Continue your Git learning journey using videos and books
In the next chapter, you will learn about debugging your code and troubleshooting memory issues.