Introduction: Git Basics
Dive into the basics of Git.
This chapter covers the following basics of Git:
git init- The 
.gitfolder git loggit statusgit addgit commitgit diff
This chapter is important because these are the basic tools you will most often use with Git.
How Git Differs from Other Version Control Systems (VCS's)
Initializing Git Repository
Mark as Completed
Report an Issue
