We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdd6d6 commit 395d5e4Copy full SHA for 395d5e4
README.md
@@ -279,10 +279,10 @@ Query {
279
280
- Use separate repositories for frontend and backend applications.
281
- e.g.: repo-web, repo-mobile, and repo-api
282
-- Projects should follow Git flow, and have both a **master** and **dev**
+- Projects should follow Git flow, and have both a **main** and **dev**
283
branch.
284
- - Open source apps or small projects can use a single **master** branch.
285
-- Both **dev** and **master** should be protected branches.
+ - Open source apps or small projects can use a single **main** branch.
+- Both **dev** and **main** should be protected branches.
286
- Status checks must pass before merging.
287
- Require branches are up-to-date.
288
0 commit comments