Update GIT_ASSIGNMENT.md

This commit is contained in:
2025-08-17 15:47:48 +00:00
parent 270341d22c
commit 8bec930154

View File

@@ -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: