File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 77
77
* [ Restore deleted file.] ( https://github.com/git-tips/tips#restore-deleted-file )
78
78
* [ Always rebase instead of merge on pull.] ( https://github.com/git-tips/tips#always-rebase-instead-of-merge-on-pull )
79
79
* [ List all the alias and configs.] ( https://github.com/git-tips/tips#list-all-the-alias-and-configs )
80
+ * [ Make git case sensitive.] ( https://github.com/git-tips/tips#make-git-case-sensitive )
80
81
81
82
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
82
83
<!-- @doxie.inject end toc -->
@@ -533,5 +534,10 @@ git config --global branch.autosetuprebase always
533
534
git config --list
534
535
```
535
536
537
+ ## Make git case sensitive.
538
+ ``` sh
539
+ git config --global core.ignorecase false
540
+ ```
541
+
536
542
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
537
543
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 234
234
}, {
235
235
"title" : " List all the alias and configs." ,
236
236
"tip" : " git config --list"
237
+ }, {
238
+ "title" : " Make git case sensitive." ,
239
+ "tip" : " git config --global core.ignorecase false"
237
240
}]
You can’t perform that action at this time.
0 commit comments