Thursday, April 23, 2015

Moving project to git repository

I have git repo at bitbucket


  1. create repository on bitbucket via web UI
  2. go to project directory folder on your machine
  3. git init
  4. git remote add origin "URL to repo"
  5. eclipse (with egit plugin) - share project using git
  6. commit & push

Ref:

No comments:

Post a Comment