diff --git a/README.md b/README.md index 848dc44..f934fe3 100644 --- a/README.md +++ b/README.md @@ -446,7 +446,7 @@ Then, you will need to use the `e` option to manually choose which lines to add. ### I staged too many edits, and I want to break them out into a separate commit -`git reset -p` will open a patch mode reset dialog. Much like `git add -p` but selecting yes will unstage the change, removing it from the upcoming commit. +`git reset -p` will open a patch mode reset dialog. This is similar to `git add -p`, except that selecting "yes" will unstage the change, removing it from the upcoming commit. ### I want to stage my unstaged edits, and unstage my staged edits