datacamp / courses-introduction-to-version-control-with-git

Introduction to Version Control with Git by DataCamp
Other
57 stars 68 forks source link

Extra echo and cat commands in solutions confuse learners #24

Closed gvwilson closed 5 years ago

gvwilson commented 6 years ago

We have echo nano file.txt as a solution to prevent the shell from actually launching Nano, but when the learner asks for a solution, the presence of echo confuses them. We need to figure out a way to hide this.

gvwilson commented 6 years ago

See https://github.com/datacamp/learn-features/issues/14

filipsch commented 6 years ago

In the fs-refactor branch, it is now always explained why we do this.

richierocks commented 5 years ago

fixed in dev