git-merge-into man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

GIT-MERGE-INTO(1)					     GIT-MERGE-INTO(1)

NAME
       git-merge-into - Merge one branch into another

SYNOPSIS
       git merge-into [src] <dest> [--ff-only]

DESCRIPTION
       Merge  one branch into another, and keep yourself on current branch. If
       src branch not given, it will merge current one to dest.

OPTIONS
       <src>

       The name of the branch will be merged into. If this not given, use cur‐
       rent branch as default.

       <dest>

       The name of the branch to merge into.

       --ff-only

       Refuse to merge and exit with a non-zero status unless the current HEAD
       is already up-to-date or the merge can be resolved as a fast-forward.

EXAMPLES
       Assume the following history exists and the current branch is src:

			    A---B---C src(current)
			   /
		      D---E---F---G dest

       After running git merge-into dest, it will look like this:

			   A---B---C src(current)
			   /	     \
		      D---E---F---G---H dest

       The H commit will record the merge result, just	like  what  git	 merge
       does. And src is still the current branch.

       The  default  implementation  of	 merge-into  use  git checkout and git
       merge, which may cause temporary change in the  working	tree.  If  you
       make  sure  your	 branch	 can  be merged fast-forward, add --ff-only to
       avoid files change.

AUTHOR
       Written by spacewander <spacewanderlzx@gmail.com>

REPORTING BUGS
       <https://github.com/tj/git-extras/issues>

SEE ALSO
       <https://github.com/tj/git-extras>

				 December 2015		     GIT-MERGE-INTO(1)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net