Although in the Git and GitHub course, the instructor provides instructions for download Git for Windows, he uses Linux-specific commands (e.g., touch). Can there be any assistance in adding Windows CMD equivalents to the course?
Hi Philip,
At the moment the course is as it is. If Giles, decides to expand it, we will certainly be happy to communicate.
Best,
Ned
Got it, thank you! In the meantime I found workarounds for most of those commands. For instance, I mimicked the function of touch with echo ([text line on file]) > [filename.xxx] # Create new file (replace “>” with “>>” to append the line to file instead of overwrite)