File: magit-branch.el.html
This library implements support for branches. It defines commands for creating, checking out, manipulating, and configuring branches. Commands defined here are mainly concerned with branches as pointers, commands that deal with what a branch points at, are defined elsewhere.
Defined variables (7)
magit-branch-adjust-remote-upstream-alist | Alist of upstreams to be used when branching from remote branches. |
magit-branch-delete-never-verify | Whether ‘magit-branch-delete’ always pushes with "--no-verify". |
magit-branch-direct-configure | Whether the command ‘magit-branch’ shows Git variables. |
magit-branch-prefer-remote-upstream | Whether to favor remote upstreams when creating new branches. |
magit-branch-read-upstream-first | Whether to read upstream before name of new branch when creating a branch. |
magit-branch-rename-push-target | Whether the push-remote setup is preserved when renaming a branch. |
magit-published-branches | List of branches that are considered to be published. |