Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raylu committed May 9, 2023
1 parent 6e0c8da commit c35d8ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
git-who is an interactive version of git-blame that makes it easy
to reblame at a previous version and follow a line through commit history

`git who src/git.rs`
![](https://user-images.githubusercontent.com/90059/237033030-3984c97c-b8b0-4cb4-989b-3b135b22c8ba.png)
`<Enter>` to follow a line through commit history
![](https://user-images.githubusercontent.com/90059/237033938-08817c9b-44dd-4313-9ecb-f3ba89890beb.png)
`<Esc>` or `q`, then `b` to reblame at a previous version
![](https://user-images.githubusercontent.com/90059/237034888-3785170c-d9d5-4c67-ad6b-3c0411ae0cb3.png)
`B` will pop the stack and blame at the initial version (first screenshot)

0 comments on commit c35d8ed

Please sign in to comment.