(init project-dir rev)
Initializes a fresh git repository at project-dir
and sets HEAD to the
provided rev, which allows tooling to retrieve the correct HEAD commit in
the gitlibs repo directory. Returns the .git directory.
Initializes a fresh git repository at `project-dir` and sets HEAD to the provided rev, which allows tooling to retrieve the correct HEAD commit in the gitlibs repo directory. Returns the .git directory.
(procure uri mvn-coords rev)
Monkey patches gitlibs/procure to writes a meta-data file with information about the source.
Monkey patches gitlibs/procure to writes a meta-data file with information about the source.
(resolve uri version)
Monkey patches gitlibs/resolve to silence errors.
Monkey patches gitlibs/resolve to silence errors.
(rm git-dir)
Removes the .git directory returning a checkout back to just the checked out code.
Removes the .git directory returning a checkout back to just the checked out code.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close