Summary
In this chapter, we have covered a number of topics relating to creating and interacting with your repository. We discussed:
- Creating your repository
- The relationship between your local and remote repositories
- Git pull
- Git push
- Starting at the command line
- Using Visual Studio
- Commits: best practices
In the next chapter, we'll take a look at the various places Git keeps your files, and the relationship between adding an untracked file and committing a tracked file.