Liking cljdoc? Tell your friends :D
Clojure only.

automaton-build.tasks.impl.commit

In a workflow, commit.

In a workflow, commit.
raw docstring

commitclj

(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.

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.
raw docstring

synthesisclj

(synthesis status)

Prints a synthesis line for status.

Prints a synthesis line for `status`.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close