diff --git a/1-your-first-repo/04-git-workflow.sh b/1-your-first-repo/04-git-workflow.sh index 93334d4..4352a59 100644 --- a/1-your-first-repo/04-git-workflow.sh +++ b/1-your-first-repo/04-git-workflow.sh @@ -2,6 +2,6 @@ # Git Workflow 🔄 git status # before staging -git add . +git add file-name # type name of file here git commit -m "Initial Commit" -git status # after staging \ No newline at end of file +git status # after staging