I used to be able to run gitk on bare directory on remote server.
I got a new Win10 machine, installed git from git-scm .com That gave me git and git Bash. Now when I go to the same remote server
MINGW64 /t/git/MyProject (BARE:master)$ gitk
gitk says fatal: this operation mus be run in a work tree
I kind of understand what's going on, and yes I can do $ git log
But why did it work before?