Re: [Bioc-devel] Push update to an existing remote branch

2023-10-18 Thread Jennifer Wokaty
Hi Carlotta, The branch is named devel on git.bioconductor.org. If you want to push from your local main branch to your repo on git.bioconductor.org, you should do git push upstream main:devel See https://contributions.bioconductor.org/git-version-control.html for more details. Jennifer Wokat

Re: [Bioc-devel] Push update to an existing remote branch

2023-10-18 Thread Kern, Lori via Bioc-devel
Bioconductor does not have a main branch. The default branch on BIoconductor is devel. If your local or github branch is called main, you need to map the main branch to the devel branch of Bioconductor. git push upstream main:devel Lori Shepherd - Kern Bioconductor Core Team Roswell Park