File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Finally (and most importantly) identify actions to move the score upward.
8585 * It keeps us aligned and working well as a team.
8686 * It helps us share and resolve impediments.
8787* All our code is stored in source control (e.g. git).
88- * We practice [ trunk-based development] ( https://trunkbaseddevelopment.com/ ) using short-lived feature branches off master .
88+ * We practice [ trunk-based development] ( https://trunkbaseddevelopment.com/ ) using short-lived feature branches off the main branch .
8989 * All code must be reviewed before it is merged.
9090 * Tests must pass before code is merged.
9191* We can see when the build has broken or tests are failing and we fix them before carrying on.
You can’t perform that action at this time.
0 commit comments