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*