Skip to content

oct82/case-insensitivity-git-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Case insensitive file system failing git checkout

This repo is an example on how git checkout can fail on case-insensitive file systems.

To reproduce:

git clone [email protected]:oct82/case-insensitivity-git-checkout.git
cd case-insensitivity-git-checkout
git checkout awesome ## Checks out the lowercase awesome
git checkout AWESOME ## Content hasn't changed
git branch ## Incorrect

About

Example as to how case-insensitive file systems break git via branch names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published