From 991ffc8c2f49f411f4bd1a395074916249cea63d Mon Sep 17 00:00:00 2001 From: Magdel Date: Sun, 17 Aug 2025 15:06:19 +0000 Subject: [PATCH] Update GIT_ASSIGNMENT.md --- GIT_ASSIGNMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GIT_ASSIGNMENT.md b/GIT_ASSIGNMENT.md index 3e3a38a..4721e94 100644 --- a/GIT_ASSIGNMENT.md +++ b/GIT_ASSIGNMENT.md @@ -45,9 +45,11 @@ 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)