-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: move from git-flow to GitHub Flow branching model
- Loading branch information
1 parent
bce952e
commit a8ee5a0
Showing
3 changed files
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
This repository uses the | ||
`git-flow <https://danielkummer.github.io/git-flow-cheatsheet/index.html>`_ | ||
branching model by `Vincent Driessen <https://nvie.com/about/>`_. | ||
It has two branches with infinite lifetime: | ||
|
||
* `master <https://github.com/MichaelSasser/matrixctl/tree/master>`_ | ||
* `develop <https://github.com/MichaelSasser/matrixctl/tree/develop>`_ | ||
|
||
The master branch gets updated on every release. The develop branch is the | ||
merging branch. | ||
`GitHub Flow <https://docs.github.com/en/get-started/using-github/github-flow>`_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters