mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 15:49:11 +00:00
Update README.md (#10583)
Remove nested use of <code> and triple backticks.
This commit is contained in:
parent
be401b71b5
commit
c9abddfe7c
@ -139,14 +139,13 @@ True
|
||||
|
||||
<details>
|
||||
<summary>You have two branches - main and devel. How do you make sure devel is in sync with main?</summary><br><b>
|
||||
<code>
|
||||
|
||||
```
|
||||
git checkout main
|
||||
git pull
|
||||
git checkout devel
|
||||
git merge main
|
||||
```
|
||||
</code>
|
||||
|
||||
</b></details>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user