Skip to content

Commit e1ae0e8

Browse files
committed
Document pull-all and push-all
1 parent f2a3ac5 commit e1ae0e8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

git-subtree.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,19 @@ pull::
9191
Exactly like 'merge', but parallels 'git pull' in that
9292
it fetches the given commit from the specified remote
9393
repository.
94-
94+
95+
pull-all::
96+
Perform a pull operation on all in .gittrees registered subtrees.
97+
9598
push::
9699
Does a 'split' (see above) using the <prefix> supplied
97100
and then does a 'git push' to push the result to the
98101
repository and refspec. This can be used to push your
99102
subtree to different branches of the remote repository.
100103

104+
push-all::
105+
Perform a pull operation on all in .gittrees registered subtrees.
106+
101107
split::
102108
Extract a new, synthetic project history from the
103109
history of the <prefix> subtree. The new history

0 commit comments

Comments
 (0)