forked from Github_Repos/cvw
Updated gitflow instructions.
This commit is contained in:
parent
e6e4c7957c
commit
81138547f4
@ -29,10 +29,14 @@ Once per sessiosn
|
|||||||
|
|
||||||
Fetch upstream and sync fork
|
Fetch upstream and sync fork
|
||||||
1. git fetch upstream
|
1. git fetch upstream
|
||||||
2. git push
|
2. git merge upstream/main
|
||||||
|
|
||||||
Create pull request
|
Create pull request
|
||||||
1. gh pr create
|
1. gh pr create
|
||||||
2. Must include a title and strongly encourage a body message explaining your changes.
|
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.
|
3. Wait for pull request to be approved, rejected, or needs changes.
|
||||||
4. Finish by fetching the upstream and pushing back to your fork.
|
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