I cannot find Git blame #1690
Unanswered
screendriver
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Looks like it's not something that is built into lazygit at the moment, the wiki points to setting a custom command that launches tig. Ref: https://github.com/jesseduffield/lazygit/wiki/Custom-Commands-Compendium#blame-via-tig |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Maybe a very stupid question, so sorry for that, but where can I find Git blame in
lazygit
? 🙈 I want to see for a given file which line changed when by whom like this:With tig it's just a matter of pressing
t
to get the tree view and then pressingB
to get the Git blame of the highlighted file. I just foundctrl+s
(view filter-by-path options) to filter for a file and see the whole Git log history for that given file (which is great because I often use that! 👍 ) but on the other side I don't find a way to look at the whole file and see line by line when it was added by whom.Beta Was this translation helpful? Give feedback.
All reactions