From 6f362f727725aadf37c092ce0e267833c03ac637 Mon Sep 17 00:00:00 2001 From: chiph Date: Thu, 19 Aug 2021 06:05:40 -0500 Subject: [PATCH] Add a further reading section to duplicating repository documentation (#20931) * Add a further reading section Mention push limits, LFS and GitHub Importer * added bullets to each of the links * fixing links (removing domain/locale) * limiting further reading to free/pro/team * Add quotes around article names Co-authored-by: hubwriter --- .../duplicating-a-repository.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository.md b/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository.md index d39e202edc..54f18b56a0 100644 --- a/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository.md +++ b/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository.md @@ -82,3 +82,11 @@ As with a bare clone, a mirrored clone includes all remote branches and tags, bu $ git fetch -p origin $ git push --mirror ``` +{% ifversion fpt %} +## Further reading + +* "[Pushing changes to GitHub](/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch/pushing-changes-to-github#pushing-changes-to-github)" +* "[About Git Large File Storage and GitHub Desktop](/desktop/getting-started-with-github-desktop/about-git-large-file-storage-and-github-desktop)" +* "[About GitHub Importer](/github/importing-your-projects-to-github/importing-source-code-to-github/about-github-importer)" + +{% endif %}