Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nos Hs2023
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Språksamlingane
stadnamn
Nos Hs2023
Commits
59a18a64
Commit
59a18a64
authored
5 years ago
by
esikkala
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
232cb57b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
59a18a64
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment