Fix a few typos/grammar-o's in the preceding commit.
This commit is contained in:
parent
7f86ff0fe2
commit
9a40fcc201
@ -9,11 +9,11 @@ git-subtree - Merge subtrees together and split repository into subtrees
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[verse]
|
||||||
'git subtree' add -P <prefix>|--prefix=<prefix> <commit>
|
'git subtree' add -P <prefix> <commit>
|
||||||
'git subtree' pull -P <prefix>|--prefix=<prefix> <repository> <refspec...>
|
'git subtree' pull -P <prefix> <repository> <refspec...>
|
||||||
'git subtree' push -P <prefix>|--prefix=<prefix> <repository> <refspec...>
|
'git subtree' push -P <prefix> <repository> <refspec...>
|
||||||
'git subtree' merge -P <prefix>|--prefix=<prefix> <commit>
|
'git subtree' merge -P <prefix> <commit>
|
||||||
'git subtree' split -P <prefix>|--prefix=<prefix> [OPTIONS] [<commit>]
|
'git subtree' split -P <prefix> [OPTIONS] [<commit>]
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
@ -34,9 +34,9 @@ work. A subtree is just a subdirectory that can be
|
|||||||
committed to, branched, and merged along with your project in
|
committed to, branched, and merged along with your project in
|
||||||
any way you want.
|
any way you want.
|
||||||
|
|
||||||
They are neither not to be confused with using the subtree merge
|
They are also not to be confused with using the subtree merge
|
||||||
strategy. The main difference is that, besides merging
|
strategy. The main difference is that, besides merging
|
||||||
of the other project as a subdirectory, you can also extract the
|
the other project as a subdirectory, you can also extract the
|
||||||
entire history of a subdirectory from your project and make it
|
entire history of a subdirectory from your project and make it
|
||||||
into a standalone project. Unlike the subtree merge strategy
|
into a standalone project. Unlike the subtree merge strategy
|
||||||
you can alternate back and forth between these
|
you can alternate back and forth between these
|
||||||
|
Loading…
Reference in New Issue
Block a user