Skip to content
Snippets Groups Projects
Commit 50088b3f authored by Sam Gleske's avatar Sam Gleske
Browse files

Adding delete mirror example to docs

parent 3a4e19f3
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,17 @@ A short overview of managing mirrored repositories. This assumes you have alrea
### Create a mirror
Create a git repository mirror
su - gitmirror
cd gitlab-mirrors
./add_mirror.sh --git --project-name someproject --mirror http://example.com/project.git
### Delete a mirror
su - gitmirror
cd gitlab-mirrors
./add_mirror.sh project_name http://example.com/repository.git
./delete_mirror.sh --delete someproject
### Update a mirror
......
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