Most developed magit/github extension for emacs for pull requests

后端 未结 2 565
生来不讨喜
生来不讨喜 2021-02-02 13:03

I\'m specifically interested in pull requests, editing issues and tying them to commits, and other things I generally have to use hub on the command line for. However, I\'ve st

2条回答
  •  半阙折子戏
    2021-02-02 13:47

    You can get simple "manual" Github support by setting magit-git-executable to "hub". Then you can use all hub commands and features through magit-git-command (bound to : in Magit buffers). This at least allows you to interact with Github through Emacs/Magit.

    Although note that as of this writing, this will not work because the release version of hub does not recognize the --literal-pathspecs option , which Magit uses (see here). So until the next release, you need to install hub from the latest source: https://github.com/github/hub#source

提交回复
热议问题