From 8b09e3fb583c2864679d80cd5ed174e5f6e60105 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 6 Dec 2018 09:53:44 -0500 Subject: [PATCH] Slight wording changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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