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)