🐞 Problem
The README.mx.md translation is missing the troubleshooting section that explains what to do when the git switch command is unavailable.
The original README.md includes a collapsible section explaining that older Git versions do not support git switch and recommends using git checkout instead.
🎯 Goal
Keep README.mx.md consistent with the original README.md by translating and adding the missing troubleshooting section.
This will help users with older Git versions successfully complete the tutorial.
💡 Possible solutions
Translate the missing <details> section from README.md and insert it in the corresponding location within README.mx.md, preserving the formatting.
🐞 Problem
The
README.mx.mdtranslation is missing the troubleshooting section that explains what to do when the git switch command is unavailable.The original
README.mdincludes a collapsible section explaining that older Git versions do not support git switch and recommends using git checkout instead.🎯 Goal
Keep
README.mx.mdconsistent with the originalREADME.mdby translating and adding the missing troubleshooting section.This will help users with older Git versions successfully complete the tutorial.
💡 Possible solutions
Translate the missing
<details>section fromREADME.mdand insert it in the corresponding location withinREADME.mx.md, preserving the formatting.