Variable: magit-push-options

magit-push-options is a customizable variable defined in magit-push.el.

Value

("skip-ci" "ci.skip")

Documentation

Choices offered when setting "--push-options" in the push menu.

This variable was added, or its default value changed, in magit version 4.7.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260822.1158/magit-push.el
;;; Options

(defcustom magit-push-options '("skip-ci" "ci.skip")
  "Choices offered when setting \"--push-options\" in the push menu."
  :package-version '(magit . "4.7.0")
  :group 'magit-commands
  :type '(repeat string))