Install Git
Overview
Installing Git
$ git config --global user.name "Firstname Lastname"
$ git config --global user.email "[email protected]"Installing Git-Flow
wget -q -O - --no-check-certificate https://raw.github.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh install stable | bashInstall Git with Sourcetree
Last updated