Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[egit-dev] [ANNOUNCE] Git URL changes

I just moved the egit and jgit repositories around.

The new URLs are:

  JGit:

    git://egit.eclipse.org/jgit.git
    ssh://egit.eclipse.org:29418/jgit.git
    http://egit.eclipse.org/jgit.git

  EGit:

    git://egit.eclipse.org/egit.git
    ssh://egit.eclipse.org:29418/egit.git
    http://egit.eclipse.org/egit.git


If you already have a project repository cloned, you can use git
config to update the remote URL pointer:

  git config remote.origin.url git://egit.eclipse.org/jgit.git

  git config remote.origin.url git://egit.eclipse.org/egit.git

-- 
Shawn.


Back to the top