Created
August 5, 2008 16:04
-
-
Save mudge/4092 to your computer and use it in GitHub Desktop.
Install git's man pages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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