Skip to content

Commit c9abddf

Browse files
authored
Update README.md (bregman-arie#10583)
Remove nested use of <code> and triple backticks.
1 parent be401b7 commit c9abddf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

topics/git/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,13 @@ True
139139

140140
<details>
141141
<summary>You have two branches - main and devel. How do you make sure devel is in sync with main?</summary><br><b>
142-
<code>
142+
143143
```
144144
git checkout main
145145
git pull
146146
git checkout devel
147147
git merge main
148148
```
149-
</code>
150149

151150
</b></details>
152151

0 commit comments

Comments
 (0)