1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Merge pull request #9153 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-08-19 21:26:29 +10:00
committed by GitHub

View File

@@ -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 %}