Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Do I Push an Existing Eclipse Project Up to Bitbucket With EGIT?

I have a project for an interview I need to get onto Bitbucket. I normally use Github, so the slight change is throwing me off. I coded the project, tested it, and it works fine. Now I want to get it up on the repository, but can't. I installed EGIT to my Eclipse instance on my local, and while it will attach itself to the empty online repository it won't allow me to import my local code to a do a push and commit.

Can anyone advise on the simplest way I can get this taken care of?

like image 341
JackParker2 Avatar asked Sep 03 '16 02:09

JackParker2


1 Answers

With EGit on Neon: right-click on project > Team > Push branch...., you'll see the push dialog and a button to create a new remote. Click this button, configure the bitbucket repo, Finish. Then the repo should be available in the Push Dialog. So select it as target and press Finish.

like image 70
Mickael Avatar answered Nov 11 '22 14:11

Mickael