Skip to content

Instantly share code, notes, and snippets.

@egonw
Created August 10, 2010 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egonw/517004 to your computer and use it in GitHub Desktop.
Save egonw/517004 to your computer and use it in GitHub Desktop.
[08/10/10 11:43] <egonw_> mgerlich, s_wolf, sneumann__: we're moving repositories...
[08/10/10 11:43] <egonw_> everything is moving to github.com/bioclipse/
[08/10/10 11:44] <egonw_> you can update your local bioclipse.foo/.git/config files, so that you do not need to make new checkouts/clones
[08/10/10 11:45] --> samuell has joined this channel (~samuel@m83-185-29-248.cust.tele2.se).
[08/10/10 11:47] <egonw_> look for the [remote XXX] sections
[08/10/10 11:47] <egonw_> and change the url = line for the origin
[08/10/10 11:47] <egonw_> which probably just comes down to, for example:
[08/10/10 11:47] <egonw_> replace:
[08/10/10 11:47] <egonw_> git@github.com:egonw/bioclipse.cheminformatics.git
[08/10/10 11:47] <egonw_> by
[08/10/10 11:48] <egonw_> git@github.com:bioclipse/bioclipse.cheminformatics.git
[08/10/10 11:48] <egonw_> so, replace GitHub user account by just 'bioclipse'
[08/10/10 11:48] <egonw_> which is an "organization account"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment