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
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