Horje
github track filename capitalisation Code Example
git track filename capitalisation
git config core.ignorecase false
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.
Source: github.com




Shell

Related
bash Creating help function Code Example bash Creating help function Code Example
how to clone a repo with a different name Code Example how to clone a repo with a different name Code Example
samtools extract sequence from bam file Code Example samtools extract sequence from bam file Code Example
unknown type name 'CDVUIWebViewDelegate'     CDVUIWebViewDelegate* _webViewDelegate; Code Example unknown type name 'CDVUIWebViewDelegate' CDVUIWebViewDelegate* _webViewDelegate; Code Example
how to find current active yarn resource manager Code Example how to find current active yarn resource manager Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15