You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chapter 7 directory has two readme files: README.md and readme.md. This caused git to give the warning about colliding paths:
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'chapter07/README.md'
'chapter07/readme.md'
These two files seem to have the same content, can we delete one of them?
The text was updated successfully, but these errors were encountered:
chapter 7 directory has two readme files:
README.md
andreadme.md
. This caused git to give the warning about colliding paths:These two files seem to have the same content, can we delete one of them?
The text was updated successfully, but these errors were encountered: