File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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+
9598push::
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+
101107split::
102108 Extract a new, synthetic project history from the
103109 history of the <prefix> subtree. The new history
You can’t perform that action at this time.
0 commit comments