Skip to content

Commit

Permalink
split code block into separate blocks for command
Browse files Browse the repository at this point in the history
and output
  • Loading branch information
mthiel117 committed Oct 16, 2023
1 parent fbfb70f commit 4806c73
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion workshops/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,13 @@ cd ci-workshops-fundamentals

Verify the location of the remote copy. This should be your local GitHub account.

``` bash hl_lines="3-4"
``` bash
git remote -v
```

Output:

``` text
origin https://github.com/xxxxxxx/ci-workshops-fundamentals.git (fetch)
origin https://github.com/xxxxxxx/ci-workshops-fundamentals.git (push)
```
Expand Down

0 comments on commit 4806c73

Please sign in to comment.