Files
cheatsheet-tldr/tldr/git-blame-someone-else

14 lines
354 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`