Remove uneeded whitespace on git remote rm example output
- Removed uneeded whitspace on `git remote rm` example, that could lead to confusion about the expected command output.
This commit is contained in:
@@ -212,8 +212,8 @@ $ git remote rm destination
|
|||||||
# Remove remote
|
# Remove remote
|
||||||
$ git remote -v
|
$ git remote -v
|
||||||
# Verify it's gone
|
# Verify it's gone
|
||||||
> origin https://{% data variables.command_line.codeblock %}/ OWNER/REPOSITORY.git (fetch)
|
> origin https://{% data variables.command_line.codeblock %}/OWNER/REPOSITORY.git (fetch)
|
||||||
> origin https://{% data variables.command_line.codeblock %}/ OWNER/REPOSITORY.git (push)
|
> origin https://{% data variables.command_line.codeblock %}/OWNER/REPOSITORY.git (push)
|
||||||
```
|
```
|
||||||
|
|
||||||
{% warning %}
|
{% warning %}
|
||||||
|
|||||||
Reference in New Issue
Block a user