
How to Fix CRLF vs LF Git Issues and Renormalize Your Repo
Stop CRLF vs LF warnings for good. Learn the .gitattributes fix, how to renormalize an already-broken repo, and why CI scripts fail on Windows-saved files.
Library
Every published guide in one place. Narrow it by the tool you use or the topic you are stuck on.
Tools
Topics
Filtered: Git + #Repository Hygiene

Stop CRLF vs LF warnings for good. Learn the .gitattributes fix, how to renormalize an already-broken repo, and why CI scripts fail on Windows-saved files.

Learn how to rename a Git branch locally and remotely, handle CI/CD pipeline impact, fix case-sensitivity issues, and undo accidental renames.
Delete local and remote Git branches safely, clean up stale tracking refs, recover deleted branches via reflog, and automate cleanup in GitHub and GitLab.
When to use git revert vs git reset, how --soft vs --mixed vs --hard actually differ, and how to recover from an accidental --hard reset with git reflog.