Doc: merging with Git fast-forward option

If fast-forwarding is possible, you can select whether to do
it or not.

Change-Id: Idd97793da496cbfbb600517bf278660687cc7520
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Leena Miettinen
2014-01-07 09:53:30 +01:00
parent 3ace54406b
commit 7eae946bd6

View File

@@ -481,6 +481,12 @@
\row
\li \gui Merge
\li Join the development histories in two branches together.
If the commit you are merging can be reached by following the
first commit's history, there is no divergent work to merge
together. To allow Git to move the branch pointer forward,
select \gui {Fast-Forward}. If you do not want to fast-forward
the branch, select \gui {No Fast-Forward}.
\row
\li \gui Rebase
\li Copy local commits to the updated upstream head.