Collaboration
Collaboration
Move here once the basic Git and GitHub workflow is stable.
Platforms
Git for collaboration
Topic 3
Branch
Use branches to separate work, switch contexts, and collaborate without disturbing the main line.
Topic 4
Merge
Combine a finished branch back into main when the separate work is ready.
Topic 5
Pull Request
Review branch changes on GitHub before merging them into the main project history.