Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2ee5b1f2
Commit
2ee5b1f2
authored
Jan 08, 2021
by
Laurent Mutricy
Committed by
Marcia Ramos
Jan 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update create-project.md to also include tags from initial repository.
parent
60067f05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
doc/gitlab-basics/create-project.md
doc/gitlab-basics/create-project.md
+2
-0
No files found.
doc/gitlab-basics/create-project.md
View file @
2ee5b1f2
...
@@ -145,6 +145,8 @@ git push --set-upstream git@gitlab.example.com:namespace/nonexistent-project.git
...
@@ -145,6 +145,8 @@ git push --set-upstream git@gitlab.example.com:namespace/nonexistent-project.git
git push
--set-upstream
https://gitlab.example.com/namespace/nonexistent-project.git master
git push
--set-upstream
https://gitlab.example.com/namespace/nonexistent-project.git master
```
```
You can pass the flag
`--tags`
to the
`git push`
command to export existing repository tags.
Once the push finishes successfully, a remote message indicates
Once the push finishes successfully, a remote message indicates
the command to set the remote and the URL to the new project:
the command to set the remote and the URL to the new project:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment