I am using gitk --all to view the git log. gitk does not display the sha hash for each commit. you need to manually click on the commit to view the sha hash. I want to see t
I tried this and it works on my pc
git log --format='here you put formats you need for your case is like %d contain branch name and %cn committer name ' | grep -F 'origin'
this will list all branch names with committer names