Loading docs/understand.md +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ Using Git, there are [many possible workflows](https://www.atlassian.com/git/tut You are free to use whichever you want, but our templates make strong hypothesis you should be aware of: * the `master` branch is **production** (triggers the CD pipeline), * the `master` (or `main`) branch is **production** (triggers the CD pipeline), * the `develop` branch is **integration** (triggers an hybrid pipeline), * any other branch is **development** (triggers the CI pipeline). Loading Loading
docs/understand.md +1 −1 Original line number Diff line number Diff line Loading @@ -166,7 +166,7 @@ Using Git, there are [many possible workflows](https://www.atlassian.com/git/tut You are free to use whichever you want, but our templates make strong hypothesis you should be aware of: * the `master` branch is **production** (triggers the CD pipeline), * the `master` (or `main`) branch is **production** (triggers the CD pipeline), * the `develop` branch is **integration** (triggers an hybrid pipeline), * any other branch is **development** (triggers the CI pipeline). Loading