1 / 18

Git with Eclipse ( EGit ) 

Git with Eclipse ( EGit ) . http://www.vogella.com/articles/EGit/article.html. Software N eeded. Eclipse 4.2 and Eclipse 4.3 Egit plug-in http ://download.eclipse.org/egit/updates http ://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F. Outside of workspace.

Download Presentation

Git with Eclipse ( EGit ) 

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Gitwith Eclipse (EGit)  http://www.vogella.com/articles/EGit/article.html

  2. Software Needed • Eclipse 4.2 and Eclipse 4.3 • Egit plug-in http://download.eclipse.org/egit/updates • http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F

  3. Outside of workspace

  4. local Git repository in Eclipse

  5. Create .gitignorefile • Create a .gitignorefile in your Git repository  • or • Window → Preferences → Team → Git → Projects → Automatically ignore derived resources .. setting.

  6. Using the Git Staging view • The Git Staging view provides a convenient compact overview on all changes you have done since checking out a branch. • Open the Git Staging view via the Window → Show View → Other... → Git → Git Staging menu

  7. Drag to here

  8. Status

  9. View the commit history

  10. Repository view Right click

  11. Open a commit

  12. Clone existing project File → Import → Git → Project from Git.

  13. Fork before import

  14. Or push • Make sure you have created a repository at github, named Gannon-JVM

More Related