Moving To Github

As you know, we moved our Collabora Online repository to Github. If you haven’t adapted your git configuration yet, you can follow below steps. I hope it works without any problems.

  • First, you may want to run “git checkout master” inside your Online directory.
  • git remote add github git@github.com:CollaboraOnline/online.git
  • git remote remove origin (remove old repository reference)
  • git remote remove logerrit
  • // Set your github ssh key if you haven’t already.
  • git fetch github
  • git branch --set-upstream-to=github/master master
  • cp .git-hooks/commit-msg ./.git/hooks/

That’s all :slight_smile:

Cheers.

3 Likes

Please kindly give further more explanation for each step, Gökay.

Thanks.

Hello :slight_smile:

These steps are useful for users who have been using gerrit before. If you will have a fresh setup, you can follow below steps:

If anything goes wrong, please let us know :slight_smile: