Setting up a project in git in Eclipse - GirlsOfSteelRobotics/2016GirlsOfSteel GitHub Wiki

To use git from Eclipse, you want to install a plugin called egit. Instructions for how to do so are here: http://download.eclipse.org/egit/updates/

Once you do that, you can import projects from github directly. Go to File->Import and scroll down to Git/projects from git.

In the panel that shows up, if you haven't downloaded the code from github before, pick "Clone URI." Hit next.

Copy the "clone URL" from the right side of a project page on github and paste it into the URI bar. It will fill in some information. Enter your github password (save it by hitting the checkbox, if you want). Hit next a few times. At some point you should have the option to "import all projects found". Everything should download and import. Hurray!