In Doom Emacs, this way can show git blame:
SPC g B
How to go back to normal mode?
In Doom Emacs, this way can show git blame:
SPC g B
How to go back to normal mode?
You can press q
to quit. Same goes for most magit “pop-up”-like things, such as the log.
Thank you for your quick answer!
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.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.