Setup EGIT with eclipse
Tech-Today

Setup EGIT with eclipse


This is how I setup my eclipse to install egit plugin and use it.

1.) Install EGIT -> http://download.eclipse.org/egit/updates.

2.) Create public ssh key -> http://help.github.com/key-setup-redirect.

3.) You can add it by pressing the menu in the top right corner: select SSH public keys.

4.) Setup eclipse:
a.) Go to Preferences->General->Network->connections/SSH2 or filter ssh.
b.) On the Private Keys field select your private key. (File without extension and by default located here -> C:\Documents and Settings\[user]\.ssh.

5.) Lastly go to Preferences->Team->Git->Configuration, add the following 2 entries (name and email).




- How To Sync Github And Openshift Git Repository
OpenShift is such a wonderful playground for those who want to try and experience real javaee6/jboss cloud hosting. But often some of us wanted to host the code in another git repository like github or bitbucket or somewhere else. This article will try...

- How To Install Eclipse Plugin Using Available Sites And Eclipse Marketplace
This tutorial will teach us how to install eclipse plugins such as svn, egit, etc using available sites and eclipse marketplace. Note that I've done this on windows using eclipse-jee-juno. Installing eclipse plugins using available sites: 1.) To install...

- How To Create Ssh Key And Set In Eclipse
This page will explain how we can create an ssh key that we can set in eclipse to be use when pulling files from Git repositories. *Note that this tutorial was tested on windows 7. 1.) Open command prompt. 2.) Execute: ssh-keygen -t rsa -C "yourEmail"....

- Unsupportedclassversionerror In Upgrading From Jdk6 To 7
Currently I'm working on a JavaEE6 project that is being deployed in Glassfish when I decided to upgrade my Java version (to try the new features), then I encountered this issue. Note that I'm running on Ubuntu 12.04 There are several things to...

- Menu Contribution Location In Eclipse-rcp
There are 3 main location where a menu can be added (Menu Codes): 1.) menu - menu:org.eclipse.ui.main.menu 2.) toolbar - toolbar:org.eclipse.ui.main.toolbar 3.) popup - popup:org.eclipse.ui.popup.any To add a menu: 1.) open plugin.xml 2.) go to extension...



Tech-Today








.