FAQ | This is a LIVE service | Changelog

Update FAQs authored by Dr Rich Wareham's avatar Dr Rich Wareham
...@@ -34,6 +34,8 @@ Due to the way the git.uis.cam.ac.uk service is administered, local admin users ...@@ -34,6 +34,8 @@ Due to the way the git.uis.cam.ac.uk service is administered, local admin users
For importing individual repositories, GitLab supports mirroring repositories between git.uis. You can set up GitLab to either sync changes from git.uis to the GitLab repo or sync changes to the GitLab repo to git.uis. See the [mirroring documentation](https://gitlab.developers.cam.ac.uk/help//workflow/repository_mirroring.md#ssh-authentication) for more details. For importing individual repositories, GitLab supports mirroring repositories between git.uis. You can set up GitLab to either sync changes from git.uis to the GitLab repo or sync changes to the GitLab repo to git.uis. See the [mirroring documentation](https://gitlab.developers.cam.ac.uk/help//workflow/repository_mirroring.md#ssh-authentication) for more details.
**Update:** mirroring via SSH is currently non-functional due to an [upstream issue](https://gitlab.com/charts/gitlab/issues/1167).
A one-off mirror can be performed by changing the remote of a local clone of the repository and using ``git push --mirror``: A one-off mirror can be performed by changing the remote of a local clone of the repository and using ``git push --mirror``:
```bash ```bash
... ...
......