git server side 'update' hook in bitbucket -
i'm looking way create git server side push hook (will used enforce referencing jira ticket number in each commit message).
according pro git - git hooks, git hook use on server side 'update', exists on .git/hooks dir. since i'm using bitbucket git hosting, need somehow send file .git/hooks dir in site.
using bitbucket services not suitable, since 'post-receive' hooks, there's no point in using existing or writing own broker, therefore this question doesn't give me proper solution.
apparently, not possible, according answer got @ answers.atlassian.com.
Comments
Post a Comment