This Git repository uses the LOCKSS naming and policy conventions for Git Flow, which are:
- The stable and development branches are
masteranddeveloprespectively. - The prefixes for feature, release, hotfix, support and bugfix branches are
feature-,release-,hotfix-,support-andbugfix-respectively (but we do not use support and bugfix branches). - The prefix for release tags is
version- - Set configuration parameters or use command line options such that finishing a feature, release or hotfix squashes during merge and keeps both the local and remote branches.
Resources: