mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59: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>
|
<details>
|
||||||
<summary>You have two branches - main and devel. How do you make sure devel is in sync with main?</summary><br><b>
|
<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 checkout main
|
||||||
git pull
|
git pull
|
||||||
git checkout devel
|
git checkout devel
|
||||||
git merge main
|
git merge main
|
||||||
```
|
```
|
||||||
</code>
|
|
||||||
|
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user