Magit-based interfaces to GitHub
Emacs Lisp
Permalink
Failed to load latest commit information.
.github Update issue template per hub-independence May 13, 2017
images Update README Oct 21, 2017
test Remove reference to manual compile file Nov 5, 2017
.gitignore Start using Travis Sep 21, 2016
.travis.yml Fix Travis build Nov 5, 2017
CONTRIBUTING.md Add CONTRIBUTING.md Oct 11, 2017
Cask Use cask for build test Nov 5, 2017
LICENSE Initial commit Sep 16, 2016
README.md Update README Oct 21, 2017
magithub-ci.el Fix various compile issues. Nov 5, 2017
magithub-comment.el Rename `magithub-issue-view-issue' to `magithub-issue-view' Nov 5, 2017
magithub-core.el Fix various compile issues. Nov 5, 2017
magithub-dash.el Fix various compile issues. Nov 5, 2017
magithub-edit-mode.el Fix various compile issues. Nov 5, 2017
magithub-faces.el Fix various compile issues. Nov 5, 2017
magithub-issue-post.el Fix various compile issues. Nov 5, 2017
magithub-issue-tricks.el Remove old `magithub-pull-request-checkout' Aug 29, 2017
magithub-issue-view.el Rename `magithub-issue-view-issue' to `magithub-issue-view' Nov 5, 2017
magithub-issue.el Rename `magithub-issue-view-issue' to `magithub-issue-view' Nov 5, 2017
magithub-label.el Fix various compile issues. Nov 5, 2017
magithub-notification.el More consistent keymap method Nov 4, 2017
magithub-orgs.el Rework caching and offline mode to be simpler Oct 28, 2017
magithub-proxy.el Use gh.el for issues/pulls Feb 16, 2017
magithub-repo.el Support underscores in user/repo names Nov 4, 2017
magithub-user.el Fix various compile issues. Nov 5, 2017
magithub.el Fix various compile issues. Nov 5, 2017
magithub.org Update README Oct 21, 2017
screenshots.md Remove most of the screenshots from the README Sep 22, 2016

README.md

Overview -- the status buffer

Magithub

MELPA Status Build Status Gitter MELPA Stable Status GitHub Commits

Magithub is a collection of interfaces to GitHub integrated into Magit workflows:

  • Repository creation
  • Forking
  • Pull request listing and creation
  • Issue listing and creation
  • Labeling
  • Status checks
  • Notifications
  • ...

as well as support for working offline.

Happy hacking!

Quick Start

GitHub rate-limits unauthenticated requests heavily, so Magithub does not support making such requests. Consequently, ghub must be authenticated before using Magithub -- see its README for those instructions.

(use-package magithub
  :after magit
  :config (magithub-feature-autoinject t))

See the full documentation for more details.

Getting Help

See the FAQ in the full documentation. If your question isn't answered there, drop by the Gitter room.

Support

I'm gainfully and happily employed with a company that frowns on moonlighting, so unfortunately I can't accept any monetary support. Instead, please direct any and all support to Magit itself!

Note

There used to be another magithub: nex3/magithub. It's long-since unsupported and apparently has many issues (see nex3/magithub#11 and nex3/magithub#13) and was removed from MELPA some years ago. If you have it installed or configured, you may wish to remove/archive that configuration to avoid name-clash issues. Given that the package has been defunct for over three years and is likely abandoned, the present package's name will not be changing.