Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Repo eclipse.jdt.core.binaries has moved to GitHub.

Hi Manoj

 
Please fork this repository to your personal repositories and set it as your upstream for your existing clones using the following command:
 
 
 
$ git remote set-url origin git@xxxxxxxxxx:<your-github-id>/eclipse.jdt.core.binaries.git
  
This seems odd to me: isn't "origin" usually used as the name of the "original" repo, not the fork? My setup is like "git remote -v":

origin: github.com/eclipse-theia/theia
thomas: github.com/tsmaeder/theia
bob: github.com/bobby/theia

/Thomas


Back to the top