Created
September 6, 2009 14:44
-
-
Save nonowarn/181827 to your computer and use it in GitHub Desktop.
Git Doc
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
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