Skip to content
Snippets Groups Projects
Commit 59a18a64 authored by esikkala's avatar esikkala
Browse files

Update readme

parent 232cb57b
No related branches found
No related tags found
No related merge requests found
...@@ -46,18 +46,18 @@ You can name it how you like and you can rename your local folder to match that. ...@@ -46,18 +46,18 @@ You can name it how you like and you can rename your local folder to match that.
3. Copy the url of your new repository. 3. Copy the url of your new repository.
4. With terminal go to the folder with the clone of this repository (mmm-web-app). 4. With terminal go to the folder with the clone of this repository (sampo-web-app).
5. Change remote origin from mmm-web-app to your new repository: 5. Change remote origin from sampo-web-app to your new repository:
`git remote set-url origin [your new github repo here]` `git remote set-url origin [your new github repo here]`
6. Check that the origin changed to your new repository: 6. Check that the origin changed to your new repository:
`git remote -v` `git remote -v`
7. Push your local clone of mmm-web-app to your new repository: 7. Push your local clone of sampo-web-app to your new repository:
`git push` `git push`
8. Set the original repository (mmm-web-app) as the upstream of your new repository: 8. Set the original repository (sampo-web-app) as the upstream of your new repository:
`git remote add upstream git@github.com:SemanticComputing/sampo-web-app.git` `git remote add upstream git@github.com:SemanticComputing/sampo-web-app.git`
9. When new commits appear on the original repository (sampo-web-app) you can fetch them to your new repository. 9. When new commits appear on the original repository (sampo-web-app) you can fetch them to your new repository.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment