mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Updated gitflow instructions.
This commit is contained in:
parent
77a6358cc2
commit
571f11938b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user