How to toggle git blame with Magit in Doom Emacs?

In Doom Emacs, this way can show git blame:

SPC g B

a

How to go back to normal mode?

b

You can press q to quit. Same goes for most magit “pop-up”-like things, such as the log.

3 Likes

Thank you for your quick answer!

1 Like

Another question, how to push local new branch to GitHub?

I didn’t find a push option in the SPC g list.

All of the main ‘commands’ for Git are under SPC g / If you are in the Magit status window (SPC g g), then you do not need to use SPC g /, you can just use them directly.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.