File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ git subtree pull  --prefix=<prefix> [<repository> [<refspec>...]]
1414git subtree pull-all 
1515git subtree push-all 
1616git subtree push  --prefix=<prefix> [<repository> [<refspec>...]] 
17+ git subtree list 
1718git subtree split --prefix=<prefix> <commit...> 
1819git subtree from-submodule --prefix=<prefix> 
1920git subtree prune 
Original file line number Diff line number Diff 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::
108109push-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+ 
111115split::
112116	Extract a new, synthetic project history from the
113117	history of the <prefix> subtree.  The new history
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments