Function: magit-smerge-keep-lower
magit-smerge-keep-lower is an interactive and byte-compiled function
defined in magit-apply.el.
Signature
(magit-smerge-keep-lower)
Documentation
Keep the lower/their version of the conflict at point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-apply.el
(defun magit-smerge-keep-lower ()
"Keep the lower/their version of the conflict at point."
(interactive)
(magit-call-smerge #'smerge-keep-lower))