File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,16 @@ git-subtree - Merge subtrees together and split repository into subtrees
99SYNOPSIS
1010--------
1111[verse]
12- 'git subtree' add -P <prefix> <commit>
13- 'git subtree' pull -P <prefix> <repository> <refspec...>
14- 'git subtree' push -P <prefix> <repository> <refspec...>
15- 'git subtree' merge -P <prefix> <commit>
16- 'git subtree' split -P <prefix> [OPTIONS] [<commit>]
17-
12+ 'git subtree' add --prefix=<prefix> <repository> <refspec>
13+ 'git subtree' merge --prefix=<prefix> <commit>
14+ 'git subtree' pull --prefix=<prefix> [<repository> [<refspec>...]]
15+ 'git subtree' pull-all
16+ 'git subtree' push-all
17+ 'git subtree' push --prefix=<prefix> [<repository> [<refspec>...]]
18+ 'git subtree' split --prefix=<prefix> <commit...>
19+ 'git subtree' from-submodule --prefix=<prefix>
20+ 'git subtree' prune
21+ 'git subtree' diff --prefix=<prefix> [<repository> [<refspec>...]]
1822
1923DESCRIPTION
2024-----------
You can’t perform that action at this time.
0 commit comments