Skip to content

Commit 395d5e4

Browse files
authored
Change our branch name preference to main
1 parent 3cdd6d6 commit 395d5e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ Query {
279279

280280
- Use separate repositories for frontend and backend applications.
281281
- e.g.: repo-web, repo-mobile, and repo-api
282-
- Projects should follow Git flow, and have both a **master** and **dev**
282+
- Projects should follow Git flow, and have both a **main** and **dev**
283283
branch.
284-
- Open source apps or small projects can use a single **master** branch.
285-
- Both **dev** and **master** should be protected branches.
284+
- Open source apps or small projects can use a single **main** branch.
285+
- Both **dev** and **main** should be protected branches.
286286
- Status checks must pass before merging.
287287
- Require branches are up-to-date.
288288

0 commit comments

Comments
 (0)