Today I Learned
2025
Handling Case-Sensitive File Renames in Git
Always use git mv
for file renames in git-tracked folders.
Git Commit Messages from a File
You can specify a file to use as a commit message in Git. This is a clean approach for writing longer or more detailed commit messages.