Skip to content

Commit 1bb7ea3

Browse files
committed
Document from-submodule and prune commands
1 parent e1ae0e8 commit 1bb7ea3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

git-subtree.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,16 @@ split::
128128
Note that if you use '--squash' when you merge, you
129129
should usually not just '--rejoin' when you split.
130130

131+
from-submodule::
132+
Convert a git submodule to a subtree.
133+
The module is removed from the .gitmodules file and
134+
the repo contents are integrated as a subtree.
135+
136+
prune::
137+
Cleanup .gittrees entries for which the subtree nolonger exists.
138+
139+
diff::
140+
TO BE DOCUMENTED
131141

132142
OPTIONS
133143
-------

0 commit comments

Comments
 (0)