How to 'git blame' on the remote-side repository?
The following should work even in bare repositories:
git blame <rev> -- <path>
E.g.
git blame master -- README.txt
The following should work even in bare repositories:
git blame <rev> -- <path>
E.g.
git blame master -- README.txt