1

I am stuck here:

here

Can anyone guide me how to go further to push my maven project into the git hub repository I have already created.

mike
  • 1,233
  • 1
  • 15
  • 36
raje
  • 11
  • 1
  • 5
  • [Does this answer your question?](https://stackoverflow.com/questions/20654719/push-eclipse-project-to-github-with-egit) – mike Apr 04 '19 at 09:33
  • Have you read https://wiki.eclipse.org/EGit/User_Guide ? – mike Apr 04 '19 at 13:29

1 Answers1

1

Right click on project, select team, share project. On Configure Git Repository screen, use the drop down on Repository to select the one you created earlier.

mike
  • 1,233
  • 1
  • 15
  • 36
  • 1
    Thanks a lot mike i successfully did commit and push my project . – raje Apr 04 '19 at 17:36
  • @raje Good work, welcome to stack overflow, remember to use the feedback buttons to reward everyone contributing helpful answers and comments – mike Apr 05 '19 at 07:38
  • @raje did this answer your question? – mike Apr 10 '19 at 13:00
  • @raje thanks for letting us know. Please click the tick symbol for the answer if it answered your question. – mike Apr 11 '19 at 14:33