Skip to content

Instantly share code, notes, and snippets.

@dewwwald
Last active August 29, 2015 14:18
Show Gist options
  • Save dewwwald/c36f0337807bcbcb44d6 to your computer and use it in GitHub Desktop.
Save dewwwald/c36f0337807bcbcb44d6 to your computer and use it in GitHub Desktop.
Install Git-Flow locally

#Install gitflow for a user

##Ubuntu 12.04

curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh
chmod +x gitflow-installer.sh
INSTALL_PREFIX=~/bin ./gitflow-installer.sh
echo 'export PATH=$HOME/bin:$PATH' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment