From 51394b8fed5b338510b62d12b22ca4ce4df2a145 Mon Sep 17 00:00:00 2001 From: Mike McCann Date: Wed, 9 Jul 2025 16:18:39 -0700 Subject: [PATCH] Fix git remote add command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5d26da..d9a185e1 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ This git workflow is recommended: * Fork the git@github.com:mbari-org/auv-python.git repo to your GitHub account * Add your remote to your working directory after renaming the forked repo to `upstream`: `git remote rename origin upstream` - `git remote add -f git@github.com:/auv-python.git origin` + `git remote add -f origin git@github.com:/auv-python.git` Then use VS Code or your choice of editor to edit, test, and commit code. Push changes to your remote repo on GitHub and make a Pull Request to have