Function: magit-dired-stage
magit-dired-stage is an autoloaded, interactive and byte-compiled
function defined in magit-dired.el.
Signature
(magit-dired-stage)
Documentation
In Dired, staged all marked files or the file at point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-dired.el
;;; Commands for Dired Buffers
;;;###autoload
(defun magit-dired-stage ()
"In Dired, staged all marked files or the file at point."
(interactive)
(magit-stage-files (dired-get-marked-files)))