I want to view one particullar commit from another branch without switching to it. With gitk I cannot see the tree of the other branch. I don't want to push to Gerrit for instance and examine it there. The problem is that the only way to see it by swithcing to the other branch but then I cannot work on my current branch.
Edit: I was able to somehow hack this. By switching to one branch and oppening the gitk. Then without closing the gitk switching to the other branch. However is there more "clean" solution?