Update GIT_ASSIGNMENT.md

This commit is contained in:
2025-08-17 15:06:19 +00:00
parent f1b6cc639b
commit 991ffc8c2f

View File

@ -45,9 +45,11 @@ 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
ls -a verify folder ls -a verify folder
git status nothing added to commit but untracked files present (use "git add" to track) git status nothing added to commit but untracked files present (use "git add" to track)