Reputation: 5521
I have configured Eclipse with GIT plugin and also created a repository in github
now i want to add all my existing project from eclipse to the github repository through eclipse plugin
Can someone please suggest the steps
Upvotes: 1
Views: 88
Reputation: 5521
I am able to checkin the projects, followed below steps
creating git hub workspace
click on clone a git repository in the uri share github clone url https://github.com/******/scala.git
select the local workspace director in "Local destination" C:\software-Neon\Git-Workspace and click on finish
adding project
retrieving existing project from github
Upvotes: 1