DORSETRIGS
Home

git-blame (2 post)


posts by category not found!

Getting all lines by author per file in git

Unveiling Code Contributions A Guide to Counting Lines by Author in Git Ever wondered how much code each team member contributed to a specific file Or perhaps y

2 min read 05-10-2024 38
Getting all lines by author per file in git
Getting all lines by author per file in git

How to recover per-line git blame history after line endings were changed to CR?

Recovering Git Blame History After Line Ending Changes A Step by Step Guide Have you ever encountered a situation where a single commit altered the line endings

3 min read 01-09-2024 52
How to recover per-line git blame history after line endings were changed to CR?
How to recover per-line git blame history after line endings were changed to CR?