From 08c5d77aa73faabb329e2bd189b8501b881f5b52 Mon Sep 17 00:00:00 2001 From: hwick <33556230+hwick@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:03:21 -0400 Subject: [PATCH] Update new_to_remote_github_CLI_start_here.md --- misc/new_to_remote_github_CLI_start_here.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/new_to_remote_github_CLI_start_here.md b/misc/new_to_remote_github_CLI_start_here.md index 2c00b01..d1936e5 100644 --- a/misc/new_to_remote_github_CLI_start_here.md +++ b/misc/new_to_remote_github_CLI_start_here.md @@ -70,7 +70,7 @@ git commit -m "NAME_OF_COMMIT" git push -u origin main ``` -### To add specific files/folders: +### Add specific files/folders: ```bash git add path/to/files*