Skip to content
Guangchuang Yu edited this page Sep 29, 2017 · 7 revisions

due to the issue, GOSemSim needs to use Bioconductor as master branch.

git clone [email protected]:GuangchuangYu/GOSemSim.git
cd GOSemSim
git remote add upstream [email protected]: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
Clone this wiki locally