Skip to content

Instantly share code, notes, and snippets.

@mudge
Created August 5, 2008 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mudge/4092 to your computer and use it in GitHub Desktop.
Save mudge/4092 to your computer and use it in GitHub Desktop.
Install git's man pages.
GIT_VERSION=`git --version | awk '{print $3}'`
curl -O http://www.kernel.org/pub/software/scm/git/git-manpages-${GIT_VERSION}.tar.bz2
sudo tar xjv -C /usr/local/share/man -f git-manpages-${GIT_VERSION}.tar.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment