git-commit-vandalism/contrib/subtree/INSTALL
David A. Greene 634392b262 Add 'contrib/subtree/' from commit 'd3a04e06c77d57978bb5230361c64946232cc346'
git-subtree-dir: contrib/subtree
git-subtree-mainline: e8dde3e5f9
git-subtree-split: d3a04e06c7
2012-04-09 20:22:55 -05:00

23 lines
496 B
Plaintext

HOW TO INSTALL git-subtree
==========================
You simply need to copy the file 'git-subtree.sh' to where
the rest of the git scripts are stored.
From the Git bash window just run:
install.sh
Or if you have the full Cygwin installed, you can use make:
make install
That will make a 'git subtree' (note: space instead of dash) command
available. See the file git-subtree.txt for more.
You can also install the man page by doing:
make doc
cp git-subtree.1 /usr/share/man/man1/