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 it. This is what I tried.
git mv utils Utils
I'm getting a message that the action failed with no other info
Rename the folder to something else first, then rename it to your expected name:
git mv utils tmp
git mv tmp Utils
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With