I have been using git for a while now, mostly through git gui, which is fine by me. However, I did not find a better way to go through a file history than using the command git log -p --follow -- filename
in the bash window. And I don’t find it convenient to select the filename
.
Is there a way to pipe the result of git gui browser main
into the git log
? Or maybe something equivalent?
I could then add this command to my gui menu.