Liking cljdoc? Tell your friends :D

automaton-build.tasks.impl.headers.vcs


clone-repo-branchclj

(clone-repo-branch target-dir repo-url verbose)
(clone-repo-branch target-dir repo-url branch verbose)

repo-url in the directory target-dir, if provided clones to specific branch

`repo-url` in the directory `target-dir`, if provided clones to specific `branch`
raw docstring

create-empty-branchclj

(create-empty-branch repo-dir repo-url branch base-branch verbose)

Download repo at repo-url, and creates branch based on latest commit of base-branch,

Which content is completly removed.

Download repo at `repo-url`, and creates `branch` based on latest commit of base-branch,

Which content is completly removed.
raw docstring

current-branchclj

(current-branch)
(current-branch app-dir)

Returns the string of the current branch.

Returns the string of the current branch.
raw docstring

latest-commit-shaclj

(latest-commit-sha)

Returns the string of the current branch.

Returns the string of the current branch.
raw docstring

new-branch-and-switchclj

(new-branch-and-switch repo-dir branch verbose)

In the repository in directory repo-dir, creates a new branch.

In the repository in directory `repo-dir`, creates a new branch.
raw docstring

pushclj

(push branch-name repo-dir force? verbose)

remote-branch-exists?clj

(remote-branch-exists? remote-branches local-branch)

Is the local-branch exists on the remote repository at `repo-url.

Is the `local-branch` exists on the remote repository at `repo-url.
raw docstring

remote-branchesclj

(remote-branches repo-url verbose)

Returns remote branches in repo-url.

Returns remote branches in `repo-url`.
raw docstring

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

× close