-
Fork this repository.
-
Clone the verdata repository.
git clone git@github.com:yourname/verdata.git cd verdata
-
Checkup the development branch.
git checkout development
-
Init git flow accepting default values.
git flow init
-
Make some changes in a new feature branch and commit them.
git flow feature start {feature-name} git add {something} git commit git push
-
When you finish your changes close your feature
git flow feature finish {feature-name} git push
-
Create a pull request in github.