How to Change Git Commit Author After Commit715 wordsGitWhat to do when you find that the name in your local Git config doesn’t match your GitHub username after committing
Git Case Sensitivity and Fixing Filenames151 wordsGitGit is case-insensitive by default. This article explains how to configure Git to be case-sensitive and fix filenames with the correct case.