magit-gitflow
Setup
Install gitflow and put the following in your .emacs
:
;;; C-f in the magit status buffer invokes the magit-gitflow popup. If you
;;; would like to use a different key, set the magit-gitflow-popup-key variable
;;; before loading magit-gitflow
;; (setq magit-gitflow-popup-key "C-n")
(require 'magit-gitflow)
(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
Press C-f in magit status buffer and you will be presented with the gitflow popup menu.
All gitflow commands are also accessible through the Magit/Extensions/GitFlow pop-down menu.