From 79d2ac2682990c4c1a972d8a231ddb8f0d444db2 Mon Sep 17 00:00:00 2001 From: adbagio Date: Fri, 7 Jun 2024 11:05:44 +0000 Subject: [PATCH] Getting Started: Add detail to use of `git push --mirror` (#422) Based on discussion in the Forgejo repository (#2834) See: https://codeberg.org/forgejo/forgejo/pulls/2834 Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/422 Co-authored-by: adbagio Co-committed-by: adbagio --- content/getting-started/faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/getting-started/faq.md b/content/getting-started/faq.md index 2f4037b..aa5e1a4 100644 --- a/content/getting-started/faq.md +++ b/content/getting-started/faq.md @@ -126,7 +126,9 @@ A detailed explanation can be found in [this blog post](https://blog.codeberg.or If you need a mirror, you can create manual mirrors [by adding multiple remotes to your local repository and using `git push --mirror`](https://git-scm.com/docs/git-push#Documentation/git-push.txt---mirror). -Pull requests, issues, as well as other repository units can be disabled in your repository's settings. +Pull requests, issues, as well as other repository units can be disabled in +your repository's settings. Using this option will skip the deletion of +internal references. ## Using Codeberg