Step 4
Collaborate
Invite collaborators, separate work on a branch, review it in a pull request, and merge it into the shared history.
Core path
Follow these documents in order to complete this stage.
Step 1
GitHub
Use a small-team repository workflow that stays readable and predictable.
Step 2
Branch
Use branches to separate work, switch contexts, and collaborate without disturbing the main line.
Step 3
Pull Request
Review branch changes on GitHub before merging them into the main project history.
Step 4
Merge
Merge an approved Pull Request into main and synchronize the local repository.
Optional guides
Open these guides when they match your tools or working style.
Workflow completion
Confirm the shared workflow
The guidebook workflow is complete when a collaborator's branch has been reviewed, merged, and pulled into the local main branch.
Return to the English workflow