summaryrefslogtreecommitdiff
path: root/git-subtree.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-10-21Fix a few typos/grammar-o's in the preceding commit.Libravatar Avery Pennarun1-7/+7
2010-10-21docs: Description, synopsys, options and examples changes.Libravatar John Yani1-43/+69
Description: Made the difference from submodules and the subtree merge strategy clearer. Synopsys and options: Synchronize with 'git subtree -h' output. I hope, properly. Examples: Added example descriptions in captions. Small fixes. Signed-off-by: John Yani <vanuan@gmail.com>
2010-08-12Fix typo: an -> aLibravatar Avery Pennarun1-1/+1
Thanks to Vanuan on github.
2010-07-21docs: simplify example 1Libravatar Bryan Larsen1-7/+3
The documentation was written prior to Wayne Walter's 2-parameter add. Using 2-parameter add in example 1 makes the example much simpler.
2010-02-13Added new 'push' command and 2-parameter form of 'add'.Libravatar Wayne Walter1-8/+16
Now you can do: git subtree add --prefix=whatever git://wherever branchname to add a new branch, instead of rather weirdly having to do 'git fetch' first. You can also split and push in one step: git subtree push --prefix=whatever git://wherever newbranch (Somewhat cleaned up by apenwarr.)
2010-02-08Docs: cleaning up example textual redundancyLibravatar Dan Sabath1-3/+3
Signed-off-by: Dan Sabath <dsabath@whitepages.com>
2010-02-08docs: add simple 'add' case to clarify setup.Libravatar Dan Sabath1-2/+26
This patch adds a simple use case for adding a library to an existing repository. Signed-off-by: Dan Sabath <dsabath@whitepages.com>
2010-02-05git-subtree.txt: add another example.Libravatar Win Treese1-2/+19
2010-02-02Fix refspecs in given example for git subtree pull.Libravatar Arlen Cuss1-1/+1
(Updated slightly by apenwarr)
2009-07-08Docs: when pushing to github, the repo path needs to end in .gitLibravatar Avery Pennarun1-2/+2
Reported by Thell Fowler.
2009-05-30man page: add an EXAMPLES section.Libravatar Avery Pennarun1-0/+62
2009-05-30Add basic git-subtree manpage in asciidoc format.Libravatar Avery Pennarun1-0/+233