Gitone¶
Combine multiple git version controls steps into one command.
Unlike git shell commands, gitone
automatically generates commit messages with every command.
The gitone
Python package consists of 4 shell commands and
functions:
camp
, which stands forgit commit -am
andgit push
will add and commit all changes made to tracked files and push the changes to the remote repository.acmp
, which stands forgit add
,git commit -m
andgit push
will add and commit all changes made to all files and push the changes to the remote repository.cam
, which stands forgit commit -am
andgit push
will add and commit all changes made to tracked files.acm
, which stands forgit add
,git commit -m
andgit push
will add and commit all changes made to all files.