Skip to content

Commit 001f5fa

Browse files
authored
Another "master" to "main"
1 parent a7c7d7a commit 001f5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insights/review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)