Merge "Update the read-tree command in USAGE.md"
This commit is contained in:
		
							
								
								
									
										2
									
								
								USAGE.md
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								USAGE.md
									
									
									
									
									
								
							@@ -399,7 +399,7 @@ git merge -s ours --no-commit <import-xxxx>
 | 
				
			|||||||
Replacing tree contents with those from the import branch
 | 
					Replacing tree contents with those from the import branch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
git read-tree <import-xxxx>
 | 
					git read-tree -u --reset <import-xxxx>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Committing merge commit
 | 
					Committing merge commit
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user