Reputation: 63
I have created a repository on Github and have the project in my Eclipse. I also have the Egit plugin and Github plugin. I've looked all over the internet for help on this, but I at last must turn to the Stack Overflow community.
How do I add my java project from eclipse into my repo on Github?
Upvotes: 2
Views: 933
Reputation: 485
There are a few tutorials out here on how to import projects from git into eclipse. Though, you can follow these steps:-
Upvotes: 2
Reputation: 11841
Select a project. Right click, Team->Share. Select the Git provider. Follow the wizard.
Upvotes: 0