diff options
Diffstat (limited to 'contrib/subtree/INSTALL')
-rw-r--r-- | contrib/subtree/INSTALL | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/subtree/INSTALL b/contrib/subtree/INSTALL new file mode 100644 index 000000000..81ac702ad --- /dev/null +++ b/contrib/subtree/INSTALL @@ -0,0 +1,22 @@ + +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/ |