ACTIVITY #2 Git Fundamentals Documentation

ACTIVITY #2 Git Fundamentals Documentation

Step 1: Check Git Version

In this step it is all about seeing what git bash version you have in your machine.

Step 2: Configure Git

In this step we will configure our git bash Author name and email.

Step 3: Initialize a Git Repository

In this step we will Initialize our new Git Repository.

Step 4: Add Files to the Repository

In this step we will now add our files.

Step 5: Check the Status

In this step we will now check our Git Repository Status.

Step 6: Commit Changes

Now, In this step we will commit our Files to our Git Repository.

Step 7: View Commit History

Finally, We will now view our Git Repository commit.