Search code examples
emacsmagitemacs-projectile

Is there a way to jump straight to the magit-status page of another git project?


My general workflow for going to another project is

  1. projectile-switch-project which pops up a helm interface for picking a project
  2. select a project
  3. select a file within the project to open the file
  4. then run magit-status

Is there a way to combine steps 2-4?


Solution

    1. projectile-switch-project which pops up a helm interface for picking a project

    If you want to use projectile with helm, you could give helm-projectile a try.

    1. helm-projectile-switch-project
    2. then choose your project with M-g or f3 instead of RET

    enter image description here