#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
#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