Skip to content
Prev 12747 / 21318 Next

[Bioc-devel] cannot git (the package Pi)

We name our release branches in the manner `RELEASE_3_6`. There is no branch `1.6.0`. As a maintainer you can only push to `master` and `RELEASE_3_6`.

You need to do something like, 

	git checkout RELEASE_3_6

	## Fix the bugs

	git commit <changes>

	git push origin RELEASE_3_6


Maintainers are not allowed to create random branches on the Bioconductor git repository like `1.6.0`. It?s a hook that is rejecting your push.

Best,

Nitesh
This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.