Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using gitk on msysgit

Tags:

git

msysgit

gitk

I'm trying to use the gitk on mysysgit. I'm not using Cygwin or MinGW to run mysysgit, just a straight up DOS command prompt on Windows.

The gitk file is in the bin/ folder, but it's not an executable, so when I type gitk I get:

'gitk' is not recognized as an internal or external command, operable program or batch file.

like image 533
bgcode Avatar asked Aug 10 '11 21:08

bgcode


1 Answers

Use gitk.cmd from the cmd/ folder

like image 57
manojlds Avatar answered Nov 13 '22 16:11

manojlds