Skip to content

Commit

Permalink
fix git example
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbaker committed Aug 23, 2024
1 parent b7ae872 commit 4d19136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d19136

Please sign in to comment.