How can I find out what version of git I'm running?
$ git --version
git version 1.7.3.4
git help
and man git
both hint at the available arguments you can pass to the command-line tool
If you're using the command-line tools, running git --version
should give you the version number.
In a command prompt:
$ git --version