I have an account of a Gitlab installation where I created the repository \"ffki-startseite\"
Now I want to clone the repository git://freifunk.in-kiel.de/ffki
git://freifunk.in-kiel.de/ffki
Here are the steps provided by the Gitlab:
cd existing_repo git remote rename origin old-origin git remote add origin https://gitlab.example.com/rmishra/demoapp.git git push -u origin --all git push -u origin --tags