Function: magit-jump-to-unpushed-to-pushremote

magit-jump-to-unpushed-to-pushremote is an interactive and byte-compiled function defined in magit-log.el.

Signature

(magit-jump-to-unpushed-to-pushremote &optional ARG1)

Documentation

Jump to the section "Unpushed to <push-remote>".

With a prefix argument also expand it.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(magit-define-section-jumper magit-jump-to-unpushed-to-pushremote
  "Unpushed to <push-remote>" unpushed "@{push}.."
  magit-insert-unpushed-to-pushremote)