Skip to content

Filename case sensitivity on Windows. #18

@AlanPBourke

Description

@AlanPBourke

Not an issue as such but it might be worth mentioning for Windows folk who have no *nix exposure that when using command-line Git on Windows, the OS isn't case-sensitive when it comes to filenames but Git is.

So if you create 'bob.txt' then this, as per the tutorial, won't work in Windows:

git add Bob.txt

but this will:

git add bob.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions