I've started editing files over ssh/scp with vim, and it works pretty good.
So given that this can be done; is there any way to use SSH / SCP to load a remote repository into gitk locally?
I tried gitk scp://root@192.168.XXX.XXX//home/demo
but I just end up with a dialog that reads Cannot find a git repository here
.