Code

Add 'contrib/subtree/' from commit 'd3a04e06c77d57978bb5230361c64946232cc346'
[git.git] / contrib / subtree / INSTALL
2 HOW TO INSTALL git-subtree
3 ==========================
5 You simply need to copy the file 'git-subtree.sh' to where
6 the rest of the git scripts are stored. 
8 From the Git bash window just run:
10 install.sh 
12 Or if you have the full Cygwin installed, you can use make:
14 make install
16 That will make a 'git subtree' (note: space instead of dash) command
17 available.  See the file git-subtree.txt for more.
19 You can also install the man page by doing:
21         make doc
22         cp git-subtree.1 /usr/share/man/man1/