Browse Source

add links to Branch child pages (#284)

tags/7.5
G. Ann Campbell 6 years ago
parent
commit
7f4c4372fd
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      server/sonar-docs/src/pages/branches/index.md

+ 5
- 0
server/sonar-docs/src/pages/branches/index.md View File

@@ -73,3 +73,8 @@ A regular expression is used to determine whether a branch is treated as long-li
This can be updated globally in **Configuration > General > Detection** of long-lived branches or at project's level in the **Admininstration > Branches**.

Once a branch type has been set, it cannot be changed. Explicitly, you cannot transform a long-lived to short-lived branch, or vice-versa.

## See also
* [Short-lived Branches](short-lived-branches)
* [Long-lived Branches](long-lived-branches)
* [Frequently Asked Questions](branches-faq)

Loading…
Cancel
Save