1
0
mirror of https://github.com/git/git.git synced 2024-10-21 08:08:16 +02:00

Docs: cleaning up example textual redundancy

Signed-off-by: Dan Sabath <dsabath@whitepages.com>
This commit is contained in:
Dan Sabath 2010-02-08 17:43:09 -08:00 committed by Avery Pennarun
parent c6ca48d4dc
commit ae3301876c

@ -243,9 +243,9 @@ Now we add the vendor library with
You can omit the --squash flag, but doing so will increase the number
of commits that are incldued in your local repository.
We now have ~/git-extensions/git-subtree directory with the git-subtree
subdirectory containing code from the master branch of
git://github.com/apenwarr/git-subtree.git
We now have a ~/git-extensions/git-subtree directory containing code
from the master branch of git://github.com/apenwarr/git-subtree.git
in our git-extensions repository.
EXAMPLE 2
---------