public
Description: An experimental alternative to the git-submodule command. Please email me if you actually try this out; I need more feedback.
Homepage:
Clone URL: git://github.com/apenwarr/git-subtree.git
git-subtree / INSTALL
100644 14 lines (8 sloc) 0.334 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
HOW TO INSTALL git-subtree
==========================
 
Copy the file 'git-subtree.sh' to /usr/local/bin/git-subtree.
 
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/