Intermediate Vocabulary #git #workflow

Git Culture & Workflow Expressions

5 exercises — understand the workflow culture and terminology around Git, branches, and collaboration.

Git culture expressions in this set
  • blameless postmortem — reviewing failures without punishing people
  • CODEOWNERS — a file defining who must review certain code
  • code freeze — a period where only critical changes are merged
  • protected branch — a branch with enforced rules before merging
  • upstream / downstream — the source repo vs. those that derive from it
0 / 5 completed
1 / 5
A team runs a "blameless postmortem" after an outage. What does this mean?