From 59a18a643666a24d75a90f44a1fc44eb9b654343 Mon Sep 17 00:00:00 2001 From: esikkala <esko.ikkala@aalto.fi> Date: Fri, 24 Jan 2020 10:56:33 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c6ce664..0be988fe 100644 --- a/README.md +++ b/README.md @@ -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. -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]` 6. Check that the origin changed to your new repository: `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` -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` 9. When new commits appear on the original repository (sampo-web-app) you can fetch them to your new repository. -- GitLab