I installed Github for Mac, which works fine, but I can\'t run git commands from Terminal. Do I have another git that needs to be installed? Or do I have to enable some opti
https://help.github.com/articles/set-up-git#platform-mac has instructions on setting up git for the command line. (essentially download http://git-scm.com/download/mac and setup the config)
Note for windows users you can use a workaround program called "Git Bash" to approximate a unix like command line from which you can execute git commands.