mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:15:24 +02:00
git-blame-someone-else: add page (#6592)
This commit is contained in:
parent
a98d065388
commit
bca63b5064
1 changed files with 8 additions and 0 deletions
8
pages/common/git-blame-someone-else.md
Normal file
8
pages/common/git-blame-someone-else.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# git blame-someone-else
|
||||
|
||||
> Blame someone else for your bad code.
|
||||
> More information: <https://github.com/jayphelps/git-blame-someone-else>.
|
||||
|
||||
- Change the commiter and author of a commit:
|
||||
|
||||
`git blame-someone-else "{{author <someone@example.com>}}" {{commit}}`
|
Loading…
Add table
Reference in a new issue