mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
354 B
Plaintext
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}}`
|