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

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

ch1ex7 Common error cause console to hang #48

Closed richierocks closed 5 years ago

richierocks commented 5 years ago

This exercise requires the student to type git diff -r HEAD. If I do a simple mistake, typing git diff with no other arguments, then the console hangs.

https://www.useloom.com/share/d7139102b6e94701a56da6f859c53168

richierocks commented 5 years ago

fixed