Function: magit-smerge-keep-base
magit-smerge-keep-base is an interactive and byte-compiled function
defined in magit-apply.el.
Signature
(magit-smerge-keep-base)
Documentation
Keep the base 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-base ()
"Keep the base version of the conflict at point."
(interactive)
(magit-call-smerge #'smerge-keep-base))