Function: projectile-embark-vc

projectile-embark-vc is an interactive and byte-compiled function defined in projectile.el.

Signature

(projectile-embark-vc PROJECT)

Documentation

Open the VC interface for PROJECT. An Embark action for a project candidate.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-embark-vc (project)
  "Open the VC interface for PROJECT.  An Embark action for a project candidate."
  (interactive "sProject: ")
  (projectile-vc project))