Skip to content

Commit 91acadd

Browse files
Update white-paper/branching-strategies.qmd
Done. Co-authored-by: frostwix <154441859+frostwix@users.noreply.github.com>
1 parent 88f46f4 commit 91acadd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

white-paper/branching-strategies.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There is no need to define one single branching strategy for all of the reposito
1212

1313
## Basic git structure
1414

15-
The basic structure of a git repository relies on a principal branch called **main**, which will be duplicated in **feature branches** that will in the end merged back to the main branch through a pull request.
15+
A Git repository is typically organized around a primary branch, **main**, from which **feature branches** are created. These feature branches isolate development work and are eventually merged back into main through a pull request.
1616

1717
```{mermaid}
1818
%%| echo: false

0 commit comments

Comments
 (0)