Slight wording changes

This commit is contained in:
Richard Littauer 2018-12-06 09:53:44 -05:00
parent 5cfcca513c
commit 8b09e3fb58
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ Then, you will need to use the `e` option to manually choose which lines to add.
<a href="selective-unstage-edits"></a>
### 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.
<a href="unstaging-edits-and-staging-the-unstaged"></a>
### I want to stage my unstaged edits, and unstage my staged edits