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
message
argument 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
message
argument 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
message
argument 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
message
argument is not provided. There is no need wrap the commit message in quotes.
acm [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE
¶
Optional argument(s)
camendamp¶
Amend the previous commit with changes made to tracked files, then push.
- param message
The commit message to be passed to
camendamp()
.- note
A commit message will be automatically generated if the
message
argument is not provided. There is no need wrap the commit message in quotes.
camendamp [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE
¶
Optional argument(s)
acamendmp¶
Amend the previous commit by adding, committing, and pushing all files.
- param message
The commit message to be passed to
acamendmp()
.- note
A commit message will be automatically generated if the
message
argument is not provided. There is no need wrap the commit message in quotes.
acamendmp [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE
¶
Optional argument(s)
camendam¶
Amend the previous commit with changes made to tracked files.
- param message
The commit message to be passed to
camendam()
.- note
A commit message will be automatically generated if the
message
argument is not provided. There is no need wrap the commit message in quotes.
camendam [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE
¶
Optional argument(s)
acamendm¶
Amend the previous commit by adding and committing all changes.
- param message
The commit message to be passed to
acamendm()
.- note
A commit message will be automatically generated if the
message
argument is not provided. There is no need wrap the commit message in quotes.
acamendm [OPTIONS] [MESSAGE]...
Arguments
-
MESSAGE
¶
Optional argument(s)