Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f170e8

Browse files
committed
emphasize local
1 parent 88a6faf commit 0f170e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/development_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To keep your work well organized, with readable history, and in turn make it
1313
easier for project maintainers (that might be you) to see what you've done, and
1414
why you did it, we recommend the following:
1515

16-
* Don't use your ``main`` branch for anything. Consider deleting it.
16+
* Don't make changes in your local ``main`` branch! Consider deleting it.
1717
* Before starting a new set of changes, fetch all changes from
1818
``upstream/main``, and start a new *feature branch* from that.
1919
* Make a new branch for each feature or bug fix — "one task, one branch".

0 commit comments

Comments
 (0)