local-workflow-update #58
1 changed files with 3 additions and 1 deletions
Fleshed out the reason for branching
commit
7f00e4ae53
|
|
@ -77,7 +77,9 @@ git checkout -b <branch-name-you-choose>
|
|||
----
|
||||
|
||||
//See here for an explanation of branches and why it is best practice to create a working branch/s.
|
||||
If making large changes, consider making a new branch for each page, so the reviews can happen in stages.
|
||||
|
||||
|
||||
If making large changes, consider making a new branch for each page, so the reviews can happen in stages. The benefit of this is that your changes remain separate from the main branch until they are merged into the main branch.
|
||||
|
||||
You are now ready to start writing.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue