280 likes | 666 Views
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.
E N D
Gitwith Eclipse (EGit) http://www.vogella.com/articles/EGit/article.html
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
Create .gitignorefile • Create a .gitignorefile in your Git repository • or • Window → Preferences → Team → Git → Projects → Automatically ignore derived resources .. setting.
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
Repository view Right click
Clone existing project File → Import → Git → Project from Git.
Or push • Make sure you have created a repository at github, named Gannon-JVM