How to Install git-flow in Ubuntu 18.04



Install git-flow by entering the following commands in the terminal:

sudo apt update
sudo apt install git-flow

Description:

Git extension to provide a high-level branching model

A set of scripts that provide high-level repository operations for managing feature/release/hotfix branches in a Git repository, particularly suited to be utilised to follow Vincent Driessen's branching model, described at . . This package follows the AVH edition.

Homepage: https://github.com/petervanderdoes/gitflow/wiki

Version: 1.11.0-1

Section: universe/vcs