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)

amendp

Amend the previous commit with changes made to tracked files, then push.

param message

The commit message to be passed to amendp().

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.

amendp [OPTIONS] [MESSAGE]...

Arguments

MESSAGE

Optional argument(s)

aamendp

Amend the previous commit by adding, committing, and pushing all files.

param message

The commit message to be passed to aamendp().

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.

aamendp [OPTIONS] [MESSAGE]...

Arguments

MESSAGE

Optional argument(s)

amend

Amend the previous commit with changes made to tracked files.

param message

The commit message to be passed to git commit command.

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.

amend [OPTIONS] [MESSAGE]...

Arguments

MESSAGE

Optional argument(s)

aamend

Amend the previous commit by adding and committing all changes.

param message

The commit message to be passed to git commit command.

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.

aamend [OPTIONS] [MESSAGE]...

Arguments

MESSAGE

Optional argument(s)