Updating to Git 1.7.3.3 on Mac OS X 10.6.5 Snow LeopardEdit

Notes made while updating to Git 1.7.3.3 from within a local clone of the official upstream Git repository on Mac OS X 10.6.5 Snow Leopard:

$ cd path/to/clone/of/git.git/repo
$ git fetch
$ git tag -v v1.7.3.3
$ git co v1.7.3.3                                                     # "co" is an alias for "checkout"
$ make clean
$ make prefix=/usr/local test
$ sudo make prefix=/usr/local install quick-install-man
$ diff -u ~/.git-completion.sh contrib/completion/git-completion.bash # any changes to Bash completion?
$ cp contrib/completion/git-completion.bash ~/.git-completion.sh
$ git co master                                                       # don't hang around on detached HEAD