(add-command)
(add-command git__2215__auto__)
Creates a Add command.
Creates a Add command.
(apply-command)
(apply-command git__2215__auto__)
Creates a Apply command.
Creates a Apply command.
(archive-command)
(archive-command git__2215__auto__)
Creates a Archive command.
Creates a Archive command.
(blame-command)
(blame-command git__2215__auto__)
Creates a Blame command.
Creates a Blame command.
(branch-create-command)
(branch-create-command git__2215__auto__)
Creates a Branch Create command.
Creates a Branch Create command.
(branch-delete-command)
(branch-delete-command git__2215__auto__)
Creates a Branch Delete command.
Creates a Branch Delete command.
(branch-list-command)
(branch-list-command git__2215__auto__)
Creates a Branch List command.
Creates a Branch List command.
(branch-rename-command)
(branch-rename-command git__2215__auto__)
Creates a Branch Rename command.
Creates a Branch Rename command.
(checkout-command)
(checkout-command git__2215__auto__)
Creates a Checkout command.
Creates a Checkout command.
(cherry-pick-command)
(cherry-pick-command git__2215__auto__)
Creates a Cherry Pick command.
Creates a Cherry Pick command.
(clean-command)
(clean-command git__2215__auto__)
Creates a Clean command.
Creates a Clean command.
(clone-command)
(clone-command git)
Creates a clone command.
Creates a clone command.
(commit-command)
(commit-command git__2215__auto__)
Creates a Commit command.
Creates a Commit command.
(configure-command cmd props)
(configure-command cmd props items)
Configures a git command with properties given as props and the items if given.
Configures a git command with properties given as props and the items if given.
(defcommand cmd)
Defines a function that creates a git command.
Defines a function that creates a git command.
(defcommands cmds)
Defines functions for all the given git commands.
Defines functions for all the given git commands.
(describe-command)
(describe-command git__2215__auto__)
Creates a Describe command.
Creates a Describe command.
(diff-command)
(diff-command git__2215__auto__)
Creates a Diff command.
Creates a Diff command.
(doc-name cmd)
Converts the command name to string name for the docs.
Converts the command name to string name for the docs.
(fetch-command)
(fetch-command git__2215__auto__)
Creates a Fetch command.
Creates a Fetch command.
(fn-name cmd)
Converts the command name to a valid function name.
Converts the command name to a valid function name.
(gc-command)
(gc-command git__2215__auto__)
Creates a Gc command.
Creates a Gc command.
(git-add props)
(git-add props items)
Add items to the repository.
Add items to the repository.
(git-branch-create props)
(git-branch-create props items)
Create a branch.
Create a branch.
(git-command-factory repository)
Build a git context for the repository.
Build a git context for the repository.
(init-command)
(init-command git)
Creates an init command.
Creates an init command.
(log-command)
(log-command git__2215__auto__)
Creates a Log command.
Creates a Log command.
(ls-remote-command)
(ls-remote-command git)
Creates a ls remote command.
Creates a ls remote command.
(merge-command)
(merge-command git__2215__auto__)
Creates a Merge command.
Creates a Merge command.
(method-name cmd)
Converts the command name to the java method name.
Converts the command name to the java method name.
(name-rev-command)
(name-rev-command git__2215__auto__)
Creates a Name Rev command.
Creates a Name Rev command.
(note-add-command)
(note-add-command git__2215__auto__)
Creates a Note Add command.
Creates a Note Add command.
(note-remove-command)
(note-remove-command git__2215__auto__)
Creates a Note Remove command.
Creates a Note Remove command.
(note-show-command)
(note-show-command git__2215__auto__)
Creates a Note Show command.
Creates a Note Show command.
(notes-list-command)
(notes-list-command git__2215__auto__)
Creates a Notes List command.
Creates a Notes List command.
(pull-command)
(pull-command git__2215__auto__)
Creates a Pull command.
Creates a Pull command.
(push-command)
(push-command git__2215__auto__)
Creates a Push command.
Creates a Push command.
(rebase-command)
(rebase-command git__2215__auto__)
Creates a Rebase command.
Creates a Rebase command.
(reflog-command)
(reflog-command git__2215__auto__)
Creates a Reflog command.
Creates a Reflog command.
(reset-command)
(reset-command git__2215__auto__)
Creates a Reset command.
Creates a Reset command.
(revert-command)
(revert-command git__2215__auto__)
Creates a Revert command.
Creates a Revert command.
(rm-command)
(rm-command git__2215__auto__)
Creates a Rm command.
Creates a Rm command.
(stash-apply-command)
(stash-apply-command git__2215__auto__)
Creates a Stash Apply command.
Creates a Stash Apply command.
(stash-create-command)
(stash-create-command git__2215__auto__)
Creates a Stash Create command.
Creates a Stash Create command.
(stash-drop-command)
(stash-drop-command git__2215__auto__)
Creates a Stash Drop command.
Creates a Stash Drop command.
(stash-list-command)
(stash-list-command git__2215__auto__)
Creates a Stash List command.
Creates a Stash List command.
(status-command)
(status-command git__2215__auto__)
Creates a Status command.
Creates a Status command.
(submodule-add-command)
(submodule-add-command git__2215__auto__)
Creates a Submodule Add command.
Creates a Submodule Add command.
(submodule-init-command)
(submodule-init-command git__2215__auto__)
Creates a Submodule Init command.
Creates a Submodule Init command.
(submodule-status-command)
(submodule-status-command git__2215__auto__)
Creates a Submodule Status command.
Creates a Submodule Status command.
(submodule-sync-command)
(submodule-sync-command git__2215__auto__)
Creates a Submodule Sync command.
Creates a Submodule Sync command.
(submodule-update-command)
(submodule-update-command git__2215__auto__)
Creates a Submodule Update command.
Creates a Submodule Update command.
(tag-command)
(tag-command git__2215__auto__)
Creates a Tag command.
Creates a Tag command.
(tag-delete-command)
(tag-delete-command git__2215__auto__)
Creates a Tag Delete command.
Creates a Tag Delete command.
(tag-list-command)
(tag-list-command git__2215__auto__)
Creates a Tag List command.
Creates a Tag List command.
(with-git file & body)
Creates a git context for the repository denoted by file, executes the body and closes the git context.
Creates a git context for the repository denoted by file, executes the body and closes the git context.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close