Update GIT_ASSIGNMENT.md

#3 Done on GIT bash desktop
This commit is contained in:
2025-08-17 15:05:39 +00:00
parent 2b888b01fd
commit f1b6cc639b

View File

@ -29,3 +29,29 @@ Assignment:
Verify with: Verify with:
git config --list git config --list
3. Initializing a Repository
Assignment:
Create a new folder git-practice-<<your_name>>.
Inside, run:
git init
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
ls -a verify folder
git status nothing added to commit but untracked files present (use "git add" to track)