Skip to content
Snippets Groups Projects
Commit 1c4b8d68 authored by Francisco-Javier Ramon Salguero's avatar Francisco-Javier Ramon Salguero
Browse files

Typos fixed in URLs

parent d61474b5
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ pandoc MyDocument.md -o MyDocument.docx
pandoc MyDocument.md --reference-doc=referenceDocument.docx -o MyDocument.docx
## Git settings
Reference: https://osm.etsi.org/gitlab/osm_doc/test#repo-command-line-instructions
......@@ -82,13 +81,13 @@ It is also highly advisable adding an SSH key to https://osm.etsi.org/gitlab/pro
#### If the repository already exists in ETSI's Gitlab but not locally
```bash
git clone git@osm.etsi.org:osm_doc/test.git
git clone git@osm.etsi.org:osm-doc/test.git
```
**TEMPORARY**:
```bash
git clone https://osm.etsi.org/gitlab/osm_doc/test.git
git clone https://osm.etsi.org/gitlab/osm-doc/test.git
```
#### If the repository already exists in ETSI's Gitlab and the local copy it is not up-to-date
......@@ -148,7 +147,7 @@ When your are ready, you can push your branch to the remote repo:
git push origin BranchNewSection
```
Once you have pushed your branch to the remote repo, you should **inform the editor of it by making a _merge request_**. This can be easily made in the [GitLab web]https://osm.etsi.org/gitlab/osm_doc/test/merge_requests() (your recently pushed branch would be there).
Once you have pushed your branch to the remote repo, you should **inform the editor of it by making a _merge request_**. This can be easily made in the [GitLab web](https://osm.etsi.org/gitlab/osm_doc/test/merge_requests) (your recently pushed branch would be there).
### Step 4: Wait for the result of the review
......@@ -191,5 +190,5 @@ git init
Add the URL of the remote repository:
```bash
git remote add origin git@osm.etsi.org:osm_doc/test.git
git remote add origin git@osm.etsi.org:osm-doc/test.git
```
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