GitDwim defines context-aware git commands such as branch handling.
Put Lisp:git-dwim.el in your load-path, add
(require 'git-dwim) (global-set-key "\C-xvB" 'git-branch-next-action)
in ~/.emacs
C-x v B (git-branch-next-action) is context-aware command for git branch.
All below option can customize by: M-x customize-group RET git-dwim RET
Currently no options.