Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid A. Greene <greened@obbligato.org>2012-04-10 05:22:55 +0400
committerDavid A. Greene <greened@obbligato.org>2012-04-10 05:22:55 +0400
commit634392b26275fe5436c0ea131bc89b46476aa4ae (patch)
tree728d3c779524e2b78ee5b088eeb5ecccdb081779 /contrib/subtree/INSTALL
parente8dde3e5f9ddb7cf95a6ff3cea6cf07c3a2db80d (diff)
parentd3a04e06c77d57978bb5230361c64946232cc346 (diff)
Add 'contrib/subtree/' from commit 'd3a04e06c77d57978bb5230361c64946232cc346'
git-subtree-dir: contrib/subtree git-subtree-mainline: e8dde3e5f9ddb7cf95a6ff3cea6cf07c3a2db80d git-subtree-split: d3a04e06c77d57978bb5230361c64946232cc346
Diffstat (limited to 'contrib/subtree/INSTALL')
-rw-r--r--contrib/subtree/INSTALL22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/subtree/INSTALL b/contrib/subtree/INSTALL
new file mode 100644
index 0000000000..81ac702ad2
--- /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/