-
Install git on your machine
-
Install git-flow-avh
$ brew install git-flow-avh
-
Config git user.email with your wizeline email (lower case)
$ git config --global user.email your-email@wizeline.com
-
You need to be added to this repository's collaborator & team to push changes
-
clone repository
-
$ git clone
-
init default git flow
-
$ git flow init -d
-
Follow instruction in each git_* folder