mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
Slight wording changes
This commit is contained in:
parent
5cfcca513c
commit
8b09e3fb58
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user