diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index 01f4782..c083c7a 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -1,4 +1,6 @@ 1. What is Git and Version Control +----- +----- Assignment: @@ -15,6 +17,8 @@ Assignment: 2. Installing Git & Configuring User Info(COMPLETED) +----- +----- Assignment: @@ -31,6 +35,8 @@ Verify with: git config --list 3. Initializing a Repository +----- +----- Assignment: @@ -43,8 +49,7 @@ Assignment: Verify that a .git folder is created. Run git status and note the message (it should say “No commits yet”). ------ ------ + mkdir git-practice-Mag git init @@ -55,6 +60,8 @@ git status nothing added to commit but untracked files 4. Working Directory, Staging, and Commits +----- +----- Assignment: @@ -94,6 +101,8 @@ git status 5. Adding & Committing Files +----- +----- Assignment: @@ -135,6 +144,8 @@ b8c2503 (HEAD -> master) Add new task 6. Viewing Commit Logs & Diffs +----- +----- Assignment: