git-flow 1.12.3
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.
- Outputs:
out
- 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 git-flow 1.12.3
as follows:
guix install git-flow@1.12.3
Or install the latest version:
guix install git-flow
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.