• Stars
    star
    103
  • Rank 333,046 (Top 7 %)
  • Language
    Emacs Lisp
  • Created over 10 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GitFlow plugin for magit.el

magit-gitflow

GitFlow plugin for magit.el

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.