Tried but failed.
This is the message:
v3431-0a7785bc:drawProteins paulbrennan$ git push upstream devel
Counting objects: 68, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (65/65), done.
Writing objects: 100% (68/68), 14.42 KiB | 2.88 MiB/s, done.
Total 68 (delta 39), reused 0 (delta 0)
remote: FATAL: W refs/heads/devel packages/drawProteins brennanpincardiff DENIED by fallthru
remote: error: hook declined to update refs/heads/devel
To git.bioconductor.org:packages/drawProteins.git
! [remote rejected] devel -> devel (hook declined)
error: failed to push some refs to 'git@git.bioconductor.org:packages/drawProteins.git'
v3431-0a7785bc:drawProteins paulbrennan$
I wonder why?
Does bumping version number make a difference?
No hook declined.
Very helpful answer back from Lori:
Bioconductor assumes the master branch of a github repository is the devel branch. There is no devel branch on the git.bioconductor server so you will have to push the changes to upstream master. This is slightly confusing but stated on the git help pages
http://bioconductor.org/developers/how-to/git/
http://bioconductor.org/developers/how-to/git/push-to-github-bioc/