Quickly check the magit-status of your favorite repos
Set up the magit-repo-dirs
variable to point to your favorite repos:
(eval-after-load "magit"
'(mapc (apply-partially 'add-to-list 'magit-repo-dirs)
'("~/dev/repo_a" "~/dev/repo_b")))
Now use C-u M-x magit-status and have magit prompt you to choose from one of your favorite repos.
(It works best with ido/iswitchb style completion for Magit.)
Written by Leonardo Etcheverry
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Emacs
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#