There was an error while loading. Please reload this page.
due to the issue, GOSemSim needs to use Bioconductor as master branch.
git clone git@github.com:GuangchuangYu/GOSemSim.git cd GOSemSim git remote add upstream git@git.bioconductor.org:packages/GOSemSim.git git fetch --all git checkout master git merge origin/master git checkout -b master_backup upstream/master git branch -m master github git branch -m master_backup master
After commit, using:
git push upstream master git checkout github git merge -m 'merge from bioc repo' upstream/master git push -f origin HEAD:master git checkout master