Linked Questions

4 votes
1 answer
4k views

I have a folder called Utils. After checking it in to remote I see it appears as utils which fails the build. I tried to follow renaming methods (maybe I'm doing it wrong) but I'm not able to change ...
Ace's user avatar
  • 968
2 votes
1 answer
3k views

So here's the issue : I use git for a repo in windows. Renamed some assets folder and files to lowercase but git didn't track the changes. Resulting in an inconsistent repo in other devices. How to ...
Foez Ahmed's user avatar
1 vote
0 answers
1k views

I am working on a post receive hook to stop commits if the file extension doesn't respect the naming convention (extension need to be in upperCase/ and necessarily .PSK or .PBK), the problem I am ...
AILY's user avatar
  • 376
1 vote
0 answers
447 views

Some time ago I decided to rename my project and use a capital letter (Remoti instead of remoti). Then, I started having lots of changed files such as in the image: In the image you can see there are ...
noloman's user avatar
  • 12k
4 votes
1 answer
338 views

I have two files that have been renamed from lowercase to uppercase and the most frustrating and out-of-left-field crazy thing happened. Git now sees TWO COPIES, one with the upper case name and one ...
user0934's user avatar
  • 136
0 votes
0 answers
360 views

I changed all filenames in a folder to lowercase (in Windows CDM as here explained): $ D:\ $ cd my\folder $ for /f "Tokens=*" %f in ('dir /l/b/a-d') do (rename "%f" "%f") Now I expected git status to ...
automatix's user avatar
  • 15.1k
1 vote
2 answers
159 views

I have a file in Git called 100_Test_Customer_Team_abc.txt which has been pushed to the remote repository. I made a mistake in the name - the team is supposed to be in capital letters, so I want to ...
gpullen's user avatar
  • 1,133
0 votes
2 answers
160 views

I used to have file named ViewMVC.java that contained declaration of ViewMVC class. Later, I decided to rename the class to ViewMvc. As a result, file's name changed to ViewMvc.java. I pushed this ...
Vasiliy's user avatar
  • 16.4k
1 vote
0 answers
183 views

Having: In ReadMe.md: 1. Visual Studio > File > New Project > ![pic001](pics/pic001.png) And in /pics a file named like this (to which I have not paid enough attention): pic001.PNG ...
Vityata's user avatar
  • 43.7k
0 votes
0 answers
81 views

So today I encountered something really funny with git. I had a file called emoController.php in my git repository. I then renamed it to EmoController.php Only change was the case I hit git status ...
John Kariuki's user avatar
  • 5,804
1 vote
0 answers
51 views

I have a folder in git (on FS) called fooBar however, in git it is registered twice: foobar and fooBar so a How do I commit case-sensitive only filename changes in Git? git mv -f foobar fooBar ...
Georg Heiler's user avatar
  • 17.9k
1084 votes
14 answers
762k views

I think it should work to copy the directory to be renamed to a new directory with desired name, and delete the old directory, and git add, git commit and push everything. But is this the best way?
qazwsx's user avatar
  • 27.2k
760 votes
13 answers
353k views

I am trying to rename a file to have different capitalization from what it had before: git mv src/collision/b2AABB.js src/collision/B2AABB.js fatal: destination exists, source=src/collision/b2AABB.js, ...
knpwrs's user avatar
  • 16.7k
321 votes
36 answers
344k views

Error TS1149: File name 'C:/Project/frontend/scripts/State.ts' differs from already included file name '../frontend/scripts/State.ts' only in casing. I've triple checked the casing in our references ...
zuddsy's user avatar
  • 3,555
168 votes
40 answers
187k views

I'm using webpack 3.8.1 and am receiving several instances of the following build warning: WARNING in ./src/Components/NavBar/MainMenuItemMobile.js There are multiple modules with names that only ...
achalk's user avatar
  • 3,489

15 30 50 per page
1
2 3 4 5 6