cd (path to project)
git config commit.template config/.gitmessage
Follow the concept: http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ https://github.com/nvie/gitflow
- Junit tests:
./gradlew test
- Instrumented tests:
./gradlew connectedAndroidTest