There are unexpected HTML tag between "username" and "fork name", making the URLs not match what is displayed when running the commands.
There also is an unexpected HTML closing tag `</em>` which is not opened previously.
```shell
$ git remote -v
> origin https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/ YOUR_FORK</em>.git (fetch)
> origin https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (push)
> upstream https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ ORIGINAL_REPOSITORY.git (fetch)
> upstream https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ ORIGINAL_REPOSITORY.git (push)
```
should be :
```shell
$ git remote -v
> origin https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (fetch)
> origin https://{% data variables.command_line.codeblock %}/YOUR_USERNAME/YOUR_FORK.git (push)
> upstream https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git (fetch)
> upstream https://{% data variables.command_line.codeblock %}/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git (push)
```
I compared the git clone progress text with the one in my terminal when I ran git clone on my fork of Spoon-Knife, in the way the instructions indicate. It appears that the "> remote ... remote ... remove: Total n (delta m), reused a (delta b)" contains a typo, with 'remove' instead of 'remote'. I fixed this in case it is a typo.
* Update learning lab links to skills - HOLD til June 6
* Update content/education/manage-coursework-with-github-classroom/teach-with-github-classroom/create-a-group-assignment.md
Co-authored-by: Laura Coursen <lecoursen@github.com>
* Update content/get-started/onboarding/getting-started-with-your-github-account.md
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Changing "but you don't have the files in that repository locally your computer" to "but you don't have the files in that repository locally on your computer."
* move workflow disable content to tool selector
* add cli tab to workflow articles
* seeing if this works
* add reusable
* update for each platform
* update with flags
* update with product switchers
* update with end tag
* add cli tab
* update with cli and desktop tabs
* add desktop and cli tabs
* remove tip
* get tests passing
* last small updates
* fix break
* remove break maybe
* update with download link reusable
* update with download resuable
* resolve feedback
* quotes around string
* flesh this out a bit more
* remove reusable
* update with more feedback
Co-authored-by: Meg Bird <megbird@github.com>
* Move category to top-level doc set
* Move doc set to the top and update short title
* Undo package-lock changes
* updated hardcoded refs in tests
* Update test
* Fix hardcoded link in test
Co-authored-by: Sarah Schneider <sarahs@github.com>