[Bioc-devel] A query about fixing bugs via github

Tang, Wenhao wenh@o@t@ng15 @end|ng |rom |mper|@|@@c@uk
Sun Jan 5 13:50:41 CET 2020


Hello,

I am following this instruction to fix bugs:
http://bioconductor.org/developers/how-to/git/bug-fix-in-release-and-devel/

However, both master and RELEASE_3_10 branches were not updated. For master branch, I have the following messages which could be helpful:

$ git commit -m "DEV 1.5.10" .
[master a358dce] DEV 1.5.10
 1 file changed, 5 insertions(+), 13 deletions(-)

$ git push upstream master
Enumerating objects: 7, done.
Counting objects: 100% (7/7), done.
Delta compression using up to 12 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 391 bytes | 391.00 KiB/s, done.
Total 4 (delta 3), reused 0 (delta 0)
To git.bioconductor.org:packages/bayNorm
   7c57170..a358dce  master -> master

However, this update was not successful as the message "DEV 1.5.10" was not appeared in the github website.

On my laptop, I am working on the folder, which was obtained via "git clone git using git.bioconductor.org:packages/bayNorm"

Previously, I directly updated packages on master branch via: git add . ; git commit . ; and git push

Not sure whether that procedure is a mistake or not.

I appreciate for your help!

Best wishes,
Wenhao

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list