Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation how-to
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osm-doc
Documentation how-to
Commits
0d870107
Commit
0d870107
authored
6 years ago
by
Francisco-Javier Ramon Salguero
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-ssh-port'
parents
e5cd4b32
f278f92f
No related branches found
No related tags found
1 merge request
!1
Fixing ssh port in the git clone documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Workflow for documentation production in OSM.md
+2
-2
2 additions, 2 deletions
Workflow for documentation production in OSM.md
with
2 additions
and
2 deletions
Workflow for documentation production in OSM.md
+
2
−
2
View file @
0d870107
...
...
@@ -100,7 +100,7 @@ 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
ssh://
git@osm.etsi.org:
29419/
osm-doc/test.git
```
**>>>>> TEMPORARY URL**
:
...
...
@@ -211,7 +211,7 @@ git pull origin master
```
bash
cd
existing_folder
git init
git remote add origin git@osm.etsi.org:osm
_
doc/test.git
git remote add origin
ssh://
git@osm.etsi.org:
29419/
osm
-
doc/test.git
git add
.
git commit
-m
"Initial commit"
git push
-u
origin master
...
...
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