Version Control System.
Proxy to git.
Version Control System. Proxy to [git](https://git-scm.com/book/en/v2).
(clean-hard printers app-dir verbose)
Returns a command to get the name of the current branch.
Returns a command to get the name of the current branch.
(clean-state printers app-dir verbose)
Returns status
to success
if clean, dirty-state
Returns `status` to `success` if clean, `dirty-state`
(current-branch printers app-dir verbose)
Returns a map with :branch-name key
Returns a map with :branch-name key
(current-repo-url printers app-dir verbose)
Command to return the current remote url
Command to return the current remote url
(current-tag printers app-dir verbose)
Returns a command to detect clean state
Returns a command to detect clean state
(find-git-repo dir)
Search a git repo in dir
of its parent directories.
Search a git repo in `dir` of its parent directories.
(gh-run-view printers app-dir verbose run-id)
Returns the view of run-id
Returns the view of run-id
(gh-run-wip? printers app-dir verbose)
Returns if the last workflow is in progress
Returns if the last workflow is in progress
(git-setup-dir repo-dir)
Returns the hidden .git
directory of app in repo repo-dir
Returns the hidden `.git` directory of app in repo `repo-dir`
(latest-commit-message printers app-dir verbose)
Returns a map with :tag key.
Returns a map with :tag key.
(latest-commit-sha printers app-dir verbose)
Returns a map with :commit-sha key.
Returns a map with :commit-sha key.
(nothing-to-push printers app-dir verbose)
Returns status
to success
if nothing pushed, not-pushed
Returns `status` to `success` if nothing pushed, `not-pushed`
(spit-hook printers app-dir hook-name content)
Spit the content
in the hook called hook-name
of app-dir
repo.
Spit the `content` in the hook called `hook-name` of `app-dir` repo.
(switch-branch printers app-dir verbose branch-name)
Switch to branch branch-name
Switch to branch `branch-name`
(switch-branch-back printers app-dir verbose)
Returns to previous branch
Returns to previous branch
(tag printers app-dir verbose version tag-msg)
Creates a tag under name version
and message tag-msg
.
Creates a tag under name `version` and message `tag-msg`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close