man cg-push (Commandes) - push changes to a remote git repository

NAME

cg-push - push changes to a remote git repository

SYNOPSIS

cg-push [BRANCH_NAME] [-t TAG]...

DESCRIPTION

It will push your commits to the remote repository, provided that your commits follow the last commit in the remote repository. Note that if the remote repository is associated with a working tree copy, this command won't update that. Use cg-reset at the remote side to bring it in sync (but throw away any local changes in that tree).

Takes the branch name as an argument, defaulting to "origin".

OPTIONS

-t TAG
Tells cg-push to also push the given tag. Note that in the future, cg-push should push tags automatically. Also note that even if you pass cg-push(1) the -t arguments, your HEAD is still pushed as well in addition to the tags.
-h, --help
Print usage help.

COPYRIGHT

Copyright © Petr Baudis, 2005.

SEE ALSO

cg-push command is part of cogito(7), a toolkit for managing git(7) trees.