cg-update(1)
============

NAME
----
cg-update - pull and merge changes from a branch to the local repository

SYNOPSIS
--------
cg-update [-f] [BRANCH_NAME]

DESCRIPTION
-----------
Takes the branch name as an argument, defaulting to 'origin'.

If local changes conflict with those of the branch updated from the
merge will be blocked.

OPTIONS
-------
-f::
	Force the complete pull even if the heads are the same.

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



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

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