Using GitHub with Eclipse

This is probably a dumb question, but I downloaded EGit created on GitHub and I can commit / click using the command line. However, I could not figure out how to commit / drag files to a specific repo on GitHub. I can do Team-> share-> create git repo etc., but it doesn't seem to be able to click anything. How can I link a java project with a repo on GitHub (or any git repository in general)?

+5
source share
1 answer

You can create a repo on Github first, then clone it using EGit, and then click on it like in any other repository. Of course, first you need to configure the encryption keys correctly.

+4
source

All Articles