Document C-c C-k in the *magit-log-edit* buffer.
This commit is contained in:
parent
e6a1fd4e70
commit
67a0c1ada7
1 changed files with 10 additions and 0 deletions
10
magit.texi
10
magit.texi
|
@ -266,6 +266,16 @@ You can type @kbd{C-c C-a} in the buffer with the change description
|
||||||
to toggle a flag that determines whether the next commit will
|
to toggle a flag that determines whether the next commit will
|
||||||
@emph{amending} the current commit in HEAD.
|
@emph{amending} the current commit in HEAD.
|
||||||
|
|
||||||
|
If you change your mind and don't want to go ahead with your commit
|
||||||
|
while you are in the @code{*magit-log-edit*} buffer, you can just
|
||||||
|
switch to another buffer, continue editing there, staging and
|
||||||
|
unstaging things until you are happy, and then return to the
|
||||||
|
@code{*magit-log-edit*} buffer, maybe via @kbd{C-x b}, or by hitting
|
||||||
|
@kbd{c} again in a Magit buffer.
|
||||||
|
|
||||||
|
If you want to erase the @code{*magit-log-edit*} buffer and bury it,
|
||||||
|
you can hit @kbd{C-c C-k} in it.
|
||||||
|
|
||||||
Typing @kbd{C} will also pop up the change description buffer, but in
|
Typing @kbd{C} will also pop up the change description buffer, but in
|
||||||
addition, it will try to insert a ChangeLog-style entry for the change
|
addition, it will try to insert a ChangeLog-style entry for the change
|
||||||
that point is in.
|
that point is in.
|
||||||
|
|
Loading…
Add table
Reference in a new issue