Merge "Update the read-tree command in USAGE.md"

This commit is contained in:
Jenkins
2015-08-13 15:20:27 +00:00
committed by Gerrit Code Review

View File

@@ -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