git-flow
Git extensions for Vincent Driessen's branching model
Vincent Driessen's branching model is a git branching and release management strategy that helps developers keep track of features, hotfixes, and releases in bigger software projects. The git-flow library of git subcommands helps automate some parts of the flow to make working with it a lot easier.
- Versions: 1.12.3
- Website: https://nvie.com/posts/a-successful-git-branching-model/
- Licenses: FreeBSD
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of git-flow
as follows:
guix install git-flow
Or install a particular version:
guix install git-flow@1.12.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of git-flow about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/git-flow'><img src='https://packages.guix.gnu.org/packages/git-flow/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/git-flow)
Example Org:
[[https://packages.guix.gnu.org/packages/git-flow][https://packages.guix.gnu.org/packages/git-flow/badges/latest-version.svg]]