Skip to content

Install Git & Git Eclipse Plugin

witnessmenow edited this page Apr 14, 2012 · 2 revisions

Install git

Windows
Linux
Mac OSX

Git Eclipse Plugin

  1. In Eclipse, Open Help->Eclipse Marketplace
  2. Search for "git"
  3. Click install on egit
  4. Accept everything and restart eclipse
  5. Open Preferences > Team > Git > Configuration
  6. Click New Entry and enter the key "user.name", value "Full Name"
  7. Click New Entry and enter the key "user.email", value "[email protected]"

Useful Links

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

http://www.vogella.com/articles/EGit/article.html