Git and GitHub for Docfiy
Git concepts for writers
Git gives docs version history, review, and safe collaboration.
Each change is a commit. Branches let you draft updates in parallel. Pull requests add review before publishing.
You do not need to be an engineer to contribute — focus on branching, committing, and opening PRs.
- main = production branch
- feature branches = drafts
- PR = proposal to merge