git-learning-game / oh-my-git

An interactive Git learning game!
https://ohmygit.org
Other
1.98k stars 143 forks source link

Should there be an additional explanation on CLI commands for Windows? #192

Open User670 opened 8 months ago

User670 commented 8 months ago

for example, in the "files" section, the game teaches rm and touch, two Linux commands that do not necessarily apply to windows in all circumstances (*). Should there be some words explaining the availability?

(* The commands are definitely available in Git Bash, which is what the game is using, and it's installed by default when installing Git for Windows. When installing Git for Windows however, one can optionally choose to install Unix command line tools for use in other terminal programs like Command Prompt and Powershell - since this is optional, these might or might not be available for Command Prompt or Powershell for every user.)