https://bioconductor.org/developers/how-to/git/new-package-workflow/
then,
I need to link two repositories to the master version of drawProteins on my computer.
Configure the “remotes” of your local git repository. You will need to push any future changes to your package to the Bioconductor repository, and pull changes the Bioconductor core team will make (e.g., bug fixes or bumping a version number for a new release). Add a remote to your machine’s local git repository using:
git remote add upstream git@git.bioconductor.org:packages/<YOUR-REPOSITORY-NAME>.g
One of these will be my own github repository and the other will be the Bioconductor drawProtein repository....
Here are some resources about how to organise that:
https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes
I may be misunderstanding something but it seems that I have to use command line...
https://help.github.com/desktop-classic/faq/articles/can-i-work-with-multiple-remotes/
No comments:
Post a Comment