From 21485787d1a9487490696d192fee10d5cc46c280 Mon Sep 17 00:00:00 2001 From: amit-e <35492158+amit-e@users.noreply.github.com> Date: Mon, 29 Nov 2021 12:47:09 +0200 Subject: [PATCH] Redundant word The word 'already' appears in the beginning of the sentence --- content/get-started/using-git/about-git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/using-git/about-git.md b/content/get-started/using-git/about-git.md index 75d4607cf6..8aa4957738 100644 --- a/content/get-started/using-git/about-git.md +++ b/content/get-started/using-git/about-git.md @@ -129,7 +129,7 @@ git push --set-upstream origin main ### Example: contribute to an existing branch on {% data variables.product.product_name %} -This example assumes that you already have a project called `repo` already on the machine and that a new branch has been pushed to {% data variables.product.product_name %} since the last time changes were made locally. +This example assumes that you already have a project called `repo` on the machine and that a new branch has been pushed to {% data variables.product.product_name %} since the last time changes were made locally. ```bash # change into the `repo` directory