File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ top of things.
19
19
## Making Changes
20
20
21
21
* Create a topic branch from where you want to base your work.
22
- * This is usually the master branch.
22
+ * This is usually the main branch.
23
23
* Only target release branches if you are certain your fix must be on that
24
24
branch.
25
- * To quickly create a topic branch based on master ; `git checkout -b
26
- fix/master /my_contribution master `. Please avoid working directly on the
27
- ` master ` branch.
25
+ * To quickly create a topic branch based on main ; `git checkout -b
26
+ fix/main /my_contribution main `. Please avoid working directly on the
27
+ ` main ` branch.
28
28
* Make commits of logical units.
29
29
* Check for unnecessary whitespace with ` git diff --check ` before committing.
30
30
* Make sure your commit messages are in the proper format.
You can’t perform that action at this time.
0 commit comments