git-guilt
Verified for current stable LTS
Git Guilt Commands
Git Guilt command syntax with verified terminal examples.
Commands
6 commands for Git Guilt
git-guilt Operations
Git Guilt Command: Show Total Blame Count
git guilt git-guilt Operations
Git Guilt Command: Calculate Blame Change Between Revisions
git guilt <first_revision> <last_revision> git-guilt Operations
Git Guilt Command: Show Author Emails Instead Of Names
git guilt -e git-guilt Operations
Git Guilt Command: Ignore Whitespace Changes In Blame
git guilt -w git-guilt Operations
Git Guilt Command: Find Blame Delta Last Three Weeks
git guilt 'git log --until "3 weeks ago" --format "%H" -n 1' git-guilt Operations
Git Guilt Command: Find Blame Delta Last Three Weeks Git 1.8.5 Plus
git guilt @{3.weeks.ago} Suggest a Git Guilt Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Git Guilt workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.