Version 0.6.0 of package Gited has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
Gited describes itself as: ================================== Operate on Git branches like dired ================================== More at https://elpa.gnu.org/packages/gited.html ## Summary: This library lists the branches in a Git repository. Then you can operate on them with a dired-like interface. The command `gited-list-branches' prompts for the kind of branch (local branches, remote branches or tags) and lists them. This command is used quite often, thus it might be convenient to give it a key binding. For instance, if `gited.el' is in your `load-path', then you can bind it to `C-x C-g' in Dired buffers by adding the following lines into your .emacs file: (require 'gited) (define-key dired-mode-map "\C-x\C-g" 'gited-list-branches) ## Recent NEWS: [Not provided 🙁]
