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

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

ch5ex5 Can we ignore file://? #49

Open richierocks opened 5 years ago

richierocks commented 5 years ago

In ch5ex3 I cut the bit about file:// since git clone doesn't require it, so it's a distraction from the concept.

In ch5ex5, the SCTs don't pass without prefixing the remote URL with file://. What I'm not clear on is whether or not it's a legitimate thing to define a remote without this prefix. IF so, I'll have add that discussion of file:// back in here; otherwise I'll update the SCTs to not require them.