Function: vc-git-create-repo

vc-git-create-repo is a byte-compiled function defined in vc-git.el.gz.

Signature

(vc-git-create-repo)

Documentation

Create a new Git repository.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc-git.el.gz
(defun vc-git-create-repo ()
  "Create a new Git repository."
  (vc-git-command nil 0 nil "init"))