Skip to content

jtatarik/magit-gitflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

GitFlow plugin for magit.el

Resources

Stars

Watchers

Forks

Packages

No packages published