Dev:GitHowTo

Aus YaCyWiki
Wechseln zu: Navigation, Suche

THIS IS NOT FINISHED YET

  • Help -> Install new Software -> add repository http://download.eclipse.org/egit/updates
  • select and install Eclipse EGit (Incubation) from Eclipse Git Team Provider Package
  • use a linux shell; cd <workspace>
  • git clone <git-file from server> yacy_git
  • i.e.: git clone https://github.com/f1ori/yacy.git yacy_git
  • in Eclipse: Import -> General -> Existing Projects into Workspace
  • select Root directory <path to yacy_git in your workspace>
  • finish
  • in the Package Explorer select the project yacy_git: click-context -> Team -> Share Project
  • select Git -> next
  • select .git -> finish
  • to select a different branch: Team -> Switch To ... -> Other ...-> remote tracking -> <branch>

Here is a good git howto with hints for github:

http://wiki.eclipse.org/EGit/User_Guide#Github_Tutorial