con-vc - manual page for con-vc 0.3.2
con-vc [-h] [-v] [-q] [-V] [-B] [-A] [-K] [-S <sudoCmd>] (status|init DIR|checkout URI BRANCH DIR|check|commit FILE MSG|push|pull|diff FILE|version|tag [TAGNAME]|branch [BRANCHNAME]|changelog|news SINCE)
Version control abstraction.
Generic options:
|
-h |
: Get help (use -v [-v] to get more help). | ||
|
-v |
: Increase verbosity. | ||
|
-q |
: Decrease verbosity. | ||
|
-V |
: Print program version only. | ||
|
-B |
: Print bash completion code for this program. | ||
|
-A |
: Automatic mode: Assume defaults for all questions. | ||
|
-K |
: Keep mode: Don’t delete temporary files and directories. | ||
|
-S |
<sudoCmd>: Command to gain root access. [default: sudo] [type: string]
|
status |
: Print version control status. |
init DIR
: Create a new version control ’remote’ at DIR (use "CON_VC_FORCE" envvar to select the VC system).
checkout URI BRANCH DIR: Checkout BRANCH from remote URI into DIR (use "CON_VC_FORCE" envvar to select the VC system). check : Check if working directory is in sync. commit FILE MSG : Commit FILE. push : Push comitted changes to remote. pull : Pull changes from remote. diff FILE : Print local changes for file. version : Print a VC version string (suitable for snapshots). tag [TAGNAME] : List tags or add new tag TAGNAME when given. branch [BRANCHNAME] : List branches or add new branch BRANCHNAME when given. changelog : Generate ChangeLog from the VC systems logs. news SINCE : Generate NEWS text (first line of VC checkins).
-- con-vc 0.3.2. Use [-v [-v]] -h [<cmd>] to get [more] help.