Rename folder (e.g. odysseustutorial) and set new origin (new git repo)

cd odysseustutorial 
git remote set-url origin 	https://mgrawunder@git.swl.informatik.uni-oldenburg.de/scm/ody/odysseustutorial.git 
git push -u origin --all 
git push origin --tags 

Start eclipse with new workspace and import

Setting Target Platform