This package browser is in early development. Mind the rough edges.

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.

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.