Joined March 2012
·
Posted to
Case-sensitive git in Mac OS X like a Pro
over 1 year
ago
You can use:
git mv --force filename Filename
git commit -m "Set correct case for filename"
and a git pull
for this change would also rename the file for other OS X users.
Achievements
19 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Opabinia
Started social coding on GitHub within 6 months of its first signs of life
You can use a package manager like Homebrew to install the packages you need (ex.
brew install git
). As long as/usr/local/bin
is before/usr/bin
in$PATH
,brew
installed binaries will have the priority.