Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/get-started/git-basics/set-up-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
Loading