Related questions
Install gitk on Mac
Does anyone know how to install gitk on Mac?
From their official website, it seems gitk comes with git, but the version of my git (git version 1.7.12.4 (Apple Git-37)) does not come with gitk.
brew install gitk does not work …
Maven not found in Mac OSX mavericks
After upgrading my Mac OSX 10.8 to 10.9, Maven not found in the /usr/share path but its installed in 10.8.
when I try this command:
$ maven -version
got this result
-bash: mvn: command not found
but it worked fine on 10.8? Any idea?