- one. The working directory must match the index. When the changes
- conflict, you need to resolve them by hand and mark the result with
- `git add` as usual. When the changes are cleanly merged, your
- earlier local changes stored in the stash becomes the differences
- between the index and the working tree (i.e. `git diff`), except
- that newly created files are registered in the index (i.e. `git diff
- --cached` is necessary to review the newly added files).
+ one. The working directory must match the index.
++
+This operation can fail with conflicts; you need to resolve them
+by hand in the working tree.