1
0
mirror of synced 2025-12-19 18:10:59 -05:00

update lists to commonmark (#37249)

This commit is contained in:
Rachael Sewell
2023-05-30 11:59:35 -07:00
committed by GitHub
parent e723d07073
commit fe24a14d2f
100 changed files with 161 additions and 166 deletions

View File

@@ -112,7 +112,7 @@ After you've initialized a Git repository, you can push the repository to {% dat
{% data reusables.migrations.create-empty-repo %}
1. At the top of your repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}'s Quick Setup page, click {% octicon "copy" aria-label="Copy to clipboard" %} to copy the remote repository URL.
![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is highlighted with an orange outline.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
![Screenshot of the "Quick Setup" header in a repository. Next to the remote URL, an icon of two overlapping squares is highlighted with an orange outline.](/assets/images/help/repository/copy-remote-repository-url-quick-setup.png)
{% data reusables.command_line.open_the_multi_os_terminal %}
1. Change the current working directory to your local project.
1. In the Command prompt, [add the URL for the remote repository](/get-started/getting-started-with-git/managing-remote-repositories) where your local repository will be pushed.