Gitone command-line interface (CLI)¶
camp¶
Add and commit changes made to tracked files and then push the commit.
- param message
The commit message to be passed to
camp().- note
A commit message will be automatically generated if the
messageargument is not provided. There is no need wrap the commit message in quotes.
camp [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE¶ Optional argument(s)
acmp¶
Add and commit all changes, then push the commit.
- param message
The commit message to be passed to
acmp().- note
A commit message will be automatically generated if the
messageargument is not provided. There is no need wrap the commit message in quotes.
acmp [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE¶ Optional argument(s)
cam¶
Add and commit changes made to tracked files.
- param message
The commit message to be passed to
cam().- note
A commit message will be automatically generated if the
messageargument is not provided. There is no need wrap the commit message in quotes.
cam [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE¶ Optional argument(s)
acm¶
Add and commit all changes.
- param message
The commit message to be passed to
acm().- note
A commit message will be automatically generated if the
messageargument is not provided. There is no need wrap the commit message in quotes.
acm [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE¶ Optional argument(s)