Difference between revisions of "MagitHub"
Jump to navigation
Jump to search
(added basic magithub page) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Package | {{Package | ||
− | |name= | + | |name=Magithub |
|description=GitHub integration for Emacs | |description=GitHub integration for Emacs | ||
− | |author= | + | |author=Sean Allred |
− | |maintainer= | + | |maintainer=Sean Allred |
− | |source=https://github.com/ | + | |source=https://github.com/vermiculus/magithub |
}} | }} | ||
− | ''' | + | '''Magithub''' is a set of Magit extensions for working with GitHub repositories. It provides a convenient interface for the most common GitHub operations. |
== Basic setup == | == Basic setup == | ||
Line 28: | Line 28: | ||
== Project Pages == | == Project Pages == | ||
− | * [https://github.com/ | + | * [https://github.com/vermiculus/magithub GitHub Repo] |
[[Category:Version Control]][[Category:Convenience]][[Category:Third Party Package]] | [[Category:Version Control]][[Category:Convenience]][[Category:Third Party Package]] |
Latest revision as of 15:27, 5 October 2016
Description | GitHub integration for Emacs |
---|---|
Author | Sean Allred |
Maintainer | Sean Allred |
Source | https://github.com/vermiculus/magithub |
Magithub is a set of Magit extensions for working with GitHub repositories. It provides a convenient interface for the most common GitHub operations.
Basic setup
(add-to-list 'load-path "/path/to/magithub/directory")
(require 'magithub)