Skip to content

Instantly share code, notes, and snippets.

@nonowarn
Created September 6, 2009 14:44
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 nonowarn/181827 to your computer and use it in GitHub Desktop.
Save nonowarn/181827 to your computer and use it in GitHub Desktop.
Git Doc
mkdir manual && cd manual
git init
git fetch-pack git://git.kernel.org/pub/scm/git/git.git man html |
while read a b
do
echo $a >.git/$b
done
cp .git/refs/heads/man .git/refs/heads/master
git checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment