mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
Manual fixes.
This commit is contained in:
parent
bc8269606b
commit
a21e998bac
1 changed files with 6 additions and 4 deletions
10
magit.texi
10
magit.texi
|
@ -31,8 +31,10 @@ as an extension to Emacs.
|
|||
* Introduction::
|
||||
* Status::
|
||||
* History::
|
||||
* Diffing::
|
||||
* Resetting::
|
||||
* Branching and Merging::
|
||||
* Branching::
|
||||
* Merging::
|
||||
* Rebasing::
|
||||
* Pushing and Pulling::
|
||||
@end menu
|
||||
|
@ -211,15 +213,15 @@ Type @kbd{X} to reset your working tree and staging area to the most
|
|||
recently committed state. This will discard your local modifications,
|
||||
so be careful.
|
||||
|
||||
@node Branching and Merging
|
||||
@chapter Branching and Merging
|
||||
@node Branching
|
||||
@chapter Branching
|
||||
|
||||
The current branch is indicated in the header of the status buffer.
|
||||
You can switch to a different branch by typing @kbd{b}. This will
|
||||
immediately checkout the branch into your working copy, so you
|
||||
shouldn't have any local modifications when switching branches.
|
||||
|
||||
Similar to @kbs{x}, typing @kbd{b} while point is at a commit
|
||||
Similar to @kbd{x}, typing @kbd{b} while point is at a commit
|
||||
description will offer that commit as the default to switch to.
|
||||
This will result in a detached head.
|
||||
|
||||
|
|
Loading…
Reference in a new issue