Skip to content

case-sensitive paths in git repo #66

Description

When I checkout git clone https://github.com/microsoft/model-mondays.git
I get the following warning about case-sensitive paths

looking at the repo at https://github.com/microsoft/model-mondays/tree/main/data/assets/livestream
I think we should go for the UPPER-CASE.png version

 git clone https://github.com/microsoft/model-mondays.git
Cloning into 'model-mondays'...
remote: Enumerating objects: 1908, done.
remote: Counting objects: 100% (334/334), done.
remote: Compressing objects: 100% (189/189), done.
remote: Total 1908 (delta 238), reused 164 (delta 142), pack-reused 1574 (from 2)
Receiving objects: 100% (1908/1908), 122.50 MiB | 18.64 MiB/s, done.
Resolving deltas: 100% (902/902), done.
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:

  'data/assets/livestream/S2-E10.png'
  'data/assets/livestream/s2-e10.png'
  'data/assets/livestream/S2-E11.png'
  'data/assets/livestream/s2-e11.png'
  'data/assets/livestream/S2-E12.png'
  'data/assets/livestream/s2-e12.png'
  'data/assets/livestream/S2-E13.png'
  'data/assets/livestream/s2-e13.png'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions