Function: magit-clone-regular

magit-clone-regular is an autoloaded, interactive and byte-compiled function defined in magit-clone.el.

Signature

(magit-clone-regular REPOSITORY DIRECTORY ARGS)

Documentation

Create a clone of REPOSITORY in DIRECTORY.

Then show the status buffer for the new repository.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-clone.el
;;;###autoload
(defun magit-clone-regular (repository directory args)
  "Create a clone of REPOSITORY in DIRECTORY.
Then show the status buffer for the new repository."
  (interactive (magit-clone-read-args))
  (magit-clone-internal repository directory args))