Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
Vincent Driessen edited this page Dec 6, 2011 · 28 revisions

Installing on Linux, Unix, etc.

Under *nix, the easiest way to install git-flow is using Rick Osborne's excellent git-flow installer, which can be run using the following command:

$ wget --no-check-certificate -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo bash

Clone this wiki locally