In a workflow, commit.
In a workflow, 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.
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 status)
Prints a synthesis line for status
.
Prints a synthesis line for `status`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close