hookshot icon indicating copy to clipboard operation
hookshot copied to clipboard

Listening for new git tags from the command line?

Open TooTallNate opened this issue 11 years ago • 1 comments

@coreh I want to execute a command only when a new git tag is pushed. Can I currently do that with hookshot or do we need to add a feature?

TooTallNate avatar Jun 11 '14 06:06 TooTallNate

If we add minimatch as a dependency then we could just do something like:

$ hookshot -r refs/tags/* 'git pull && make'

Thoughts?

TooTallNate avatar Jun 11 '14 06:06 TooTallNate