git_template icon indicating copy to clipboard operation
git_template copied to clipboard

Automating your workflow with git

Results 4 git_template issues
Sort by recently updated
recently updated
newest added

I'm in love at first sight with this repo :heart: My idea is to validate branch name against some pattern so for example, as I personally mostly use git flow....

check the pull request. It's not the nicest way but i'm not sure if there is a better one.

I found this hook here https://github.com/s0enke/git-hooks/tree/master/phpcs-pre-commit but have not got it working correctly with the Symfony2 coding standards (yet). Would be nice to integrate it into this project.

enhancement

This would be an indirect way to run the incenteev post-install command. Since no command can be run interactively, warning is the best solution IMHO.

enhancement