Introduction: Git Basics
Dive into the basics of Git.
This chapter covers the following basics of Git:
git init
- The
.git
folder git log
git status
git add
git commit
git diff
This chapter is important because these are the basic tools you will most often use with Git.