cg-merge(1)
===========

NAME
----
cg-merge - merge a branch to the current tree

SYNOPSIS
--------
cg-merge [-c] [-b BASE_COMMIT] BRANCH_NAME

DESCRIPTION
-----------
Takes a parameter identifying the branch to be merged.

You have to examine the tree after the merge and then do link:cg-commit.html[cg-commit(1)].

Alternatively, it will just bring the 'HEAD' forward, if your current
'HEAD' is also the merge base.

OPTIONS
-------
-b BASE_COMMIT::
	Parameter specifies the base commit for the merge.

-c::
	Parameter specifies that you want to have tree merge never
	autocomitted, but want to review and commit it manually.

-h, --help::
	Print usage help.



COPYRIGHT
---------
Copyright (C) Petr Baudis, 2005

SEE ALSO
--------
cg-merge command is part of link:cogito.html[cogito(7)],
a toolkit for managing link:git.html[git(7)] trees.
