Manual additions.
This commit is contained in:
parent
067e7156f8
commit
14b1153589
1 changed files with 19 additions and 2 deletions
21
magit.texi
21
magit.texi
|
@ -264,13 +264,30 @@ resolve the conflicts and stage the resolved files, for example with
|
||||||
You can not stage individual hunks one by one as you resolve them, you
|
You can not stage individual hunks one by one as you resolve them, you
|
||||||
can only stage whole files once all conflicts in them have been
|
can only stage whole files once all conflicts in them have been
|
||||||
resolved. If you can not easily and immediately resolve the conflicts
|
resolved. If you can not easily and immediately resolve the conflicts
|
||||||
from a merge, you should abort it instead of only comitting parts of
|
from a merge, you should abort it.
|
||||||
it.
|
|
||||||
|
|
||||||
@node Rebasing
|
@node Rebasing
|
||||||
@chapter Rebasing
|
@chapter Rebasing
|
||||||
|
|
||||||
|
not yet implemented.
|
||||||
|
|
||||||
@node Pushing and Pulling
|
@node Pushing and Pulling
|
||||||
@chapter Pushing and Pulling
|
@chapter Pushing and Pulling
|
||||||
|
|
||||||
|
Magit will run @code{git pull} when you type @kbd{U} in the status
|
||||||
|
buffer, and it will you @code{git push} when you type @kbd{P}. That's
|
||||||
|
almost all the support for remote repositories that Magit offers.
|
||||||
|
|
||||||
|
You can type @kbd{p} to pop up a buffer with the transcript of running
|
||||||
|
these commands.
|
||||||
|
|
||||||
|
If you have configured a default remote repository for the current
|
||||||
|
branch (by setting the Git config option
|
||||||
|
@code{branch.<branch>.remote}), Magit will show that repository in the
|
||||||
|
status buffer header.
|
||||||
|
|
||||||
|
In this case, the status buffer will also have a @emph{Unpushed
|
||||||
|
commits} section that shows the commits on you current head that are
|
||||||
|
not in the branch named @code{<remote>/<branch>}.
|
||||||
|
|
||||||
@bye
|
@bye
|
||||||
|
|
Loading…
Reference in a new issue