# Ignore formatting change commits when determining blame # git config --global blame.ignoreRevsFile .git-blame-ignore-revs # Mark any lines that have had a commit skipped using --ignore-rev with a `?` # git config --global blame.markIgnoredLines true # Mark any lines that were added in a skipped commit and can not be attributed with a `*` # git config --global blame.markUnblamableLines true # make pretty - apps/ and src/