From 4d191365e888dac138ad110f98e777dfbea64d60 Mon Sep 17 00:00:00 2001 From: Beecher Baker Date: Fri, 23 Aug 2024 14:17:39 -0400 Subject: [PATCH] fix git example --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8625041..60b893d 100644 --- a/README.markdown +++ b/README.markdown @@ -31,7 +31,7 @@ Making changes: 1. Make & test changes locally on a `dev` branch 1. Start a branch: `git checkout -b my-dev-branch dev/main` 2. Make your changes and commit them to that branch - 2. Push your changes back to the `dev` repo: `git push dev/main`. + 2. Push your changes back to the `dev` repo: `git push dev dev:main`. * They will deploy to https://purdueentomologicalresearchcollection.github.io/taxonpages-dev/ 2. QA your changes * Ask one of the PERC owners to check them, if appropriate.