1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge branch 'main' into codewithdev-changes

This commit is contained in:
Martin Lopes
2022-11-07 16:01:42 +10:00
committed by GitHub

View File

@@ -61,7 +61,7 @@ Before you can push the original repository to your new copy, or _mirror_, of th
```
5. Mirror-push to the new repository.
```shell
$ git push --mirror https://{% data variables.command_line.codeblock %}EXAMPLE-USER/NEW-REPOSITORY.git
$ git push --mirror https://{% data variables.command_line.codeblock %}/EXAMPLE-USER/NEW-REPOSITORY.git
```
6. Push the repository's {% data variables.large_files.product_name_long %} objects to your mirror.
```shell