TheOdinProject / curriculum

The open curriculum for learning web development
https://www.theodinproject.com/
Other
9.08k stars 12.57k forks source link

A Deeper Look at Git: Restructure code block #28298

Closed MaoShizhong closed 2 days ago

MaoShizhong commented 3 days ago

Checks

Describe your suggestion

In the lesson file for the "A Deeper Look at Git" lesson, we have a bash code block that contains things that should not be in that code block (not bash syntax and would be better outside of the code block). This also happens to result in some funky syntax highlighting when viewing the file on GitHub.

Acceptance criteria

Please comment below if you wish to be assigned to work on this issue. Please do not being work until you have actually been assigned by a maintainer.

Path

Ruby / Rails, Node / JS

Lesson Url

https://www.theodinproject.com/lessons/ruby-a-deeper-look-at-git or https://www.theodinproject.com/lessons/javascript-a-deeper-look-at-git

(Optional) Discord Name

No response

(Optional) Additional Comments

Even though each pathway has a different URL, they share the same lesson file, so this change is only necessary for the one file.

carisaelam commented 3 days ago

Hi @MaoShizhong. I can clean this one up.

MaoShizhong commented 3 days ago

All yours!