Section
Git
Browse subcategories and articles under the current section. Path: tools/git
Articles
2 articlesGit Hooks User Guide
Use Git hooks to check image file extensions and convert them to lowercase. My website runs on Linux, where filenames are case-sensitive, but I often edit Markdown on Windows, where filenames are case-insensitive. As a result, images that display correctly on Windows may fail to load on my website and return 404 Not Found.
Git Command Quick Reference
Common Git commands, typical scenarios, and pitfalls organized by workflow