From 53b328d804abf0cbab82f9cabeaeaef1de561b63 Mon Sep 17 00:00:00 2001 From: itecompro <16090309+itecompro@users.noreply.github.com> Date: Sun, 24 Mar 2024 12:21:11 +1100 Subject: [PATCH] Fix sentence structure in "Backing up a repository" --- .../archiving-a-github-repository/backing-up-a-repository.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/repositories/archiving-a-github-repository/backing-up-a-repository.md b/content/repositories/archiving-a-github-repository/backing-up-a-repository.md index 5ca80ecfbeae..6a2ea46872c2 100644 --- a/content/repositories/archiving-a-github-repository/backing-up-a-repository.md +++ b/content/repositories/archiving-a-github-repository/backing-up-a-repository.md @@ -37,7 +37,7 @@ If the repository includes {% data variables.large_files.product_name_long %} ob git lfs fetch --all ``` -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. +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. You can restore your backup by decompressing the archive and then pushing the Git repository to a Git remote. @@ -45,7 +45,7 @@ You can restore your backup by decompressing the archive and then pushing the Gi 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)." -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. +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. You can restore your backup by decompressing the archive and then pushing the wiki repository to a Git remote.