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

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

ch1ex6.1 Incorrect solutions pass #47

Closed richierocks closed 5 years ago

richierocks commented 5 years ago

Instead of typing git add report.txt, I tried git add data/eastern.csv, which passed. See video:

https://www.useloom.com/share/0306832e89f14bb78adf4384570ea008

It's unclear why this passes. In fact, it even passes if you don't stage any files, and just do git status.

https://www.useloom.com/share/91e8bc02dcd847349a16269e4a1a0db6

richierocks commented 5 years ago

fixed