Is it possible to open a file in a git branch with out checking out that branch? If show how?
Essentially I want to be able to open a file in my github pages branch without switching branches all the time. I don't want to modify it, just want to view it. Any thoughts?
git show: stackoverflow.com/questions/610208/… and stackoverflow.com/questions/2364147/… – VonC Oct 21 '11 at 23:53