Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are some Alternatives to Gitk that can be used in Windows Powershell? [closed]

I'm using windows powershell to manage git, but am limited in that it can't seem to run the Gitk command. (At least by default)

Are there any other tools I can use from PS or is there a way I can force PS to interpret the Gitk launch script correctly?

like image 530
Alex C Avatar asked Jul 08 '11 14:07

Alex C


1 Answers

Just make sure C:\Program Files (x86)\Git\bin\gitk or C:\Program Files (x86)\Git\cmd\gitk.cmd ( change as per where you installed MSYSGIT) is in PATH

like image 103
manojlds Avatar answered Oct 01 '22 02:10

manojlds