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