Skip to content

Commit 22fc650

Browse files
committed
Document list command
1 parent c74f8dd commit 22fc650

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

git-subtree.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ git subtree pull --prefix=<prefix> [<repository> [<refspec>...]]
1414
git subtree pull-all
1515
git subtree push-all
1616
git subtree push --prefix=<prefix> [<repository> [<refspec>...]]
17+
git subtree list
1718
git subtree split --prefix=<prefix> <commit...>
1819
git subtree from-submodule --prefix=<prefix>
1920
git subtree prune

git-subtree.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ SYNOPSIS
1515
'git subtree' pull-all
1616
'git subtree' push-all
1717
'git subtree' push --prefix=<prefix> [<repository> [<refspec>...]]
18+
'git subtree' list
1819
'git subtree' split --prefix=<prefix> <commit...>
1920
'git subtree' from-submodule --prefix=<prefix>
2021
'git subtree' prune
@@ -108,6 +109,9 @@ push::
108109
push-all::
109110
Perform a pull operation on all in .gittrees registered subtrees.
110111

112+
list::
113+
Show a list of the in .gittrees registered subtrees
114+
111115
split::
112116
Extract a new, synthetic project history from the
113117
history of the <prefix> subtree. The new history

0 commit comments

Comments
 (0)