Emacs and Magit
Emacs and Magit
Posted Jul 12, 2017 17:56 UTC (Wed) by josh (subscriber, #17465)In reply to: Emacs and Magit by walkerlala
Parent article: Emacs and Magit
fugitive (https://github.com/tpope/vim-fugitive) is exceptional; I highly recommend it.
I use :Gdiff, :Gblame, :Gcommit, and many other commands regularly. I love that I can do the equivalent of "git add -p" by using vimdiff commands, or browse backwards through blame and jump to commits.