Using Git Locally

In this lesson, we’ll show Git in action! We’ll cover the following Git jargon Repository Working directory Commit Staging Checking if Git is installed Setting up and starting a new Git repo Adding new files to the staging area Committing…