From f69dfff7d3fdfd754871d7555c2c392e135662f0 Mon Sep 17 00:00:00 2001 From: Christine Belzie <105683440+CBID2@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:21:59 -0400 Subject: [PATCH] fix: change add command --- 1-your-first-repo/04-git-workflow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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