Skip to content

Commit 724695a

Browse files
Fix sentence structure in "Backing up a repository" (#32200)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 72ad6a3 commit 724695a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/repositories/archiving-a-github-repository/backing-up-a-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ If the repository includes {% data variables.large_files.product_name_long %} ob
3737
git lfs fetch --all
3838
```
3939

40-
Once you have cloned the Git repository, you can compress it into an archive (for example a `.zip` or `.tar.gz` file) and move it a location for safe-keeping.
40+
Once you have cloned the Git repository, you can compress it into an archive (for example a `.zip` or `.tar.gz` file) and move it to a location for safe-keeping.
4141

4242
You can restore your backup by decompressing the archive and then pushing the Git repository to a Git remote.
4343

4444
## Backing up a wiki with the Git CLI
4545

4646
Wikis in {% data variables.product.prodname_dotcom %} are stored as Git repositories. This means that you can back up a wiki by cloning it. For more details on how to clone a wiki using Git, see "[AUTOTITLE](/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages#cloning-wikis-to-your-computer)."
4747

48-
Once you have cloned the wiki, you can compress it into an archive (for example a `.zip` or `.tar.gz` file) and move it a location for safe-keeping.
48+
Once you have cloned the wiki, you can compress it into an archive (for example a `.zip` or `.tar.gz` file) and move it to a location for safe-keeping.
4949

5050
You can restore your backup by decompressing the archive and then pushing the wiki repository to a Git remote.
5151

0 commit comments

Comments
 (0)