HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git blame-someone-else — Blame someone else for your bad code. More information: <https://github.com/jayphelps/git-blame-some

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandgit blame-someone-elseclielseblameforsomeoneyour

Problem

How to use the git blame-someone-else command: Blame someone else for your bad code. More information: <https://github.com/jayphelps/git-blame-someone-else>.

Solution

git blame-someone-else — Blame someone else for your bad code. More information: <https://github.com/jayphelps/git-blame-someone-else>.

Change the committer and author of a commit:
git blame-someone-else "{{author <someone@example.com>}}" {{commit}}

Code Snippets

Change the committer and author of a commit

git blame-someone-else "{{author <someone@example.com>}}" {{commit}}

Context

tldr-pages: common/git blame-someone-else

Revisions (0)

No revisions yet.