Gitifier
Gitifier copied to clipboard
Support for Tracking Branches
Gitifier support for watching a branch of a git repo instead of just master.
Great work! This is slick! Thank you for not making it github specific, I have a number of self-hosted git repos so this integrates seamlessly.
- Jonathan
Actually, it doesn't watch just master, it should watch all branches in the repo. As for watching only specific branch(es), I'm planning to add that in the future...
+1 Also it would be nice to be able to just ignore certain branches, for example you could want to track all branches (master and topic branches) but ignore production and staging branches in a typical web app repo, since they usually get commits that came from a merge from the formers.
+1 to this feature. It's the only thing keeping me from using it
+1 notifying for only certain branches.