File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/git-branching-strategies Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ As mentioned above the GitVersion docs cover [GitHubFlow](githubflow.md) and [Gi
11
11
### GitHubFlow
12
12
GitHubFlow is a simple and powerful branching strategy. It is what GitHub uses and the branching strategy most open source projects use.
13
13
14
- - [ Mainline development] ( /reference/mainline-development.md ) on ` master `
15
- - Work on [ feature branches] ( /reference/feature-branches.md ) , merge into ` master ` via [ pull requests] ( /reference/pull-requests.md )
16
- - Works well for [ continuous delivery] ( /reference/continuous-delivery.md )
14
+ - [ Mainline development] ( .. /reference/mainline-development.md) on ` master `
15
+ - Work on [ feature branches] ( .. /reference/feature-branches.md) , merge into ` master ` via [ pull requests] ( .. /reference/pull-requests.md)
16
+ - Works well for [ continuous delivery] ( .. /reference/continuous-delivery.md)
17
17
- Does not have a way to manage/maintain old releases
18
18
- Only allows working on a single release at a time
19
19
You can’t perform that action at this time.
0 commit comments