Answers for "github track filename capitalisation"

3

git track filename capitalisation

git config core.ignorecase false
Posted by: Guest on October-25-2020
1

github track filename capitalisation

If you need to commit files renaming, just capitalization, and you have a problems with staging/commiting, as option

- Change capitalization of "file" name and add "1" to the end (or other symbol)
- Stage (without commit) = result "File1" - renaming files
- Remove "1" from the end
- Stage (without commit) = result "File" - renaming files (only capitalization now)
- Do commit.
Posted by: Guest on September-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language