automaton-build.tasks.impl.commit
In a workflow, commit.
commit
(commit dir commit-message verbose)
Commit all local changes in the directory dir
- normally the root directory of a git
repo, but it works inside in the repo also.
All unstaged changes are staged and commited with message commit-message
.
Returns true
if the commit is ok.
synthesis
(synthesis status)
Prints a synthesis line for status
.