docfiy
← Course outline

Git and GitHub for Docfiy

Git concepts for writers

Lesson 1 of 512 min

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