Summary
In this chapter, you have learned about the crucial "five places" for Git: the work area, the index, the local repository, the remote repository, and the stash. You have seen how to use each of these and how they work together.
Each concept was illustrated with both code and screenshots, and every Git action was illustrated in the command line, Visual Studio, and GitHub Desktop.
Finally, you have learned about creating branches, committing code, and how to move commits from the work area to the repository and from the repository to the remote repository.