Hello,
I can't get the ""pull request please!" plugin to work. I have a branch called "test" in stash, and I have tried every combination of settings i can think of. Have a look at the screenshot below.
When I try to push a commit to that branch, either by Intellij push, or via the command line with:
git checkout test
(change a file)
git commit -a -m 'test commit'
git push
The push always succeeds !
addon config.png
Hi,
Sorry for my late reply! I'm the author of the plug-in.
"refs/heads/test" should be enough in the "ref-ids to protect" field of the hook to prevent pushes to this branch. Just to be safe: Are you sure that you are pushing to the remote branch "test" and that the hook is enabled on this repository?
Thanks,
Michael from Mibex Software
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.