This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 527
Installing on Linux, Unix, etc.
Kevin Ross edited this page Oct 23, 2017
·
13 revisions
git-flow AVH edition is packaged with Ubuntu but the repositories are NOT updated (#336). Use the manual instructions below.
To install a 3+ year old version of git-flow AVH Edition type sudo apt-get install git-flow
.
A PPA exists with the latest git-flow version for Ubuntu, backported from Ubuntu Xenial.
- Precise (12.04)
- Trusty (14.04)
- Wily (15.10)
- Xenial (16.04)
See the Launchpad page at https://launchpad.net/~pdoes/+archive/ubuntu/gitflow-avh
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:
For the develop version:
$ wget --no-check-certificate -q https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh && sudo bash gitflow-installer.sh install develop; rm gitflow-installer.sh
For the stable release:
$ wget --no-check-certificate -q https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh && sudo bash gitflow-installer.sh install stable; rm gitflow-installer.sh