Function: magit-smerge-keep-upper

magit-smerge-keep-upper is an interactive and byte-compiled function defined in magit-apply.el.

Signature

(magit-smerge-keep-upper)

Documentation

Keep the upper/our 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-upper ()
  "Keep the upper/our version of the conflict at point."
  (interactive)
  (magit-call-smerge #'smerge-keep-upper))