Updated gitflow instructions.

This commit is contained in:
Ross Thompson 2023-01-23 17:50:25 -06:00
parent 77a6358cc2
commit 571f11938b

View File

@ -29,10 +29,14 @@ Once per sessiosn
Fetch upstream and sync fork
1. git fetch upstream
2. git push
2. git merge upstream/main
Create pull request
1. gh pr create
2. Must include a title and strongly encourage a body message explaining your changes.
3. Wait for pull request to be approved, rejected, or needs changes.
4. Finish by fetching the upstream and pushing back to your fork.
1. git fetch upstream
2. git merge upstream/main
3. git push