From c740ae4549694a2386ebe3642d7ec1fb4dfa9a42 Mon Sep 17 00:00:00 2001 From: Harini G Date: Sun, 25 Jan 2026 21:48:44 +0530 Subject: [PATCH] Clarify repository creation instructions Reworded the explanation for creating a repository to improve clarity. Improve wording in Next steps section --- content/get-started/git-basics/set-up-git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/get-started/git-basics/set-up-git.md b/content/get-started/git-basics/set-up-git.md index 0bf9b9fb37f8..a90777b0b040 100644 --- a/content/get-started/git-basics/set-up-git.md +++ b/content/get-started/git-basics/set-up-git.md @@ -69,7 +69,8 @@ If you clone with SSH, you must generate SSH keys on each computer you use to pu ## Next steps -You now have Git and {% data variables.product.github %} all set up. You may now choose to create a repository where you can put your projects. Saving your code in a repository allows you to back up your code and share it around the world. +You now have Git and {% data variables.product.github %} all set up. You can now choose to create a repository where you can store your projects. Saving your code in a repository allows you to back up your work and share it around the world. + * {% data reusables.getting-started.create-a-repository %}