Skip to content

Commit

Permalink
minor fixes to Git Section (#85)
Browse files Browse the repository at this point in the history
* minor fixes

* fixed spces in code block
  • Loading branch information
mthiel117 committed Jul 19, 2023
1 parent f98f06f commit e33f3f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions workshops/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ git config --global user.name "FirstName LastName"
git config --global user.email "[email protected]"

# Set default branch name to `main`
git config --global init.defaultBranch main
git config --global init.defaultbranch main
```

#### Programmability IDE (VS Code)
Expand Down Expand Up @@ -352,19 +352,19 @@ git branch add-vlan-40
git switch add-vlan-40
```

Using the Programmability IDE, update the file `avd/vlans.yml` with VLAN 40 information.
Using the Programmability IDE, update the file `ci-workshops-fundamentals/avd/vlans.yml` with VLAN 40 information.

??? eos-config annotate "Updated vlans.yml"
``` yaml
---
vlans:
- 10:
- 10:
name: Ten
- 20:
- 20:
name: Twenty
- 30:
- 30:
name: Thirty
- 40:
- 40:
name: Forty
```

Expand Down

0 comments on commit e33f3f5

Please sign in to comment.