Skip to content

Commit ecfbcab

Browse files
authored
Merge pull request #12448 from amit-e/sentence-fix/about-git
Sentence fix - redundant word
2 parents 8febf72 + b8242de commit ecfbcab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/get-started/using-git/about-git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ git push --set-upstream origin main
129129

130130
### Example: contribute to an existing branch on {% data variables.product.product_name %}
131131

132-
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.
132+
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.
133133

134134
```bash
135135
# change into the `repo` directory

0 commit comments

Comments
 (0)