Is it possible to use instaweb on windows?
I have a bare repository at D:/myrepo and I want to use instaweb to see it like this
I have tried this command
git instaweb --httpd=webrick
But I got this error
git: 'instaweb' is not a git command. See 'git --help'.
Thanks in advance.