slackbuilds/README.md

77 lines
2.3 KiB
Markdown
Raw Normal View History

2009-06-06 22:17:12 +02:00
It's Magit! A Emacs mode for Git.
2010-05-07 22:00:49 +02:00
==================================
2008-08-12 03:31:07 +02:00
Magit is an interface to Git for Emacs. Unlike Emacs's native
[version control support][vc], Magit can take advantage of Git's
native features without breaking compatibility with other systems.
To get started see the [Magit User Manual][manual] or perhaps the
[cheatsheet][cheatsheet] if you're in a hurry. There's also an
excellent [Magit screencast][screencast] by Alex Vollmer which
demonstrates some of the major features.
2010-05-07 22:00:49 +02:00
Installing
----------
2008-08-12 03:31:07 +02:00
Download the latest tarball from [the github download page][download],
then Magit can be installed with the popular recipe of:
2010-08-30 20:56:55 +02:00
make && sudo make install
2008-08-12 03:31:07 +02:00
This will put magit.el into `/usr/local/share/emacs/site-lisp`, where
2008-08-14 00:07:44 +02:00
Emacs should be able to find it. Then add
2008-08-12 03:31:07 +02:00
2010-05-07 22:00:49 +02:00
(require 'magit)
2008-08-14 00:07:44 +02:00
to your `.emacs` file.
2008-08-12 03:31:07 +02:00
Magit also now supports extensions:
### git-svn
`(require 'magit-svn)` - integrates with git-svn. Hit 'N' to see your
options.
### git-topgit
`(require 'magit-topgit)` - integrates with topgit.
2010-05-07 22:00:49 +02:00
Getting started
---------------
2008-08-12 03:31:07 +02:00
2009-06-06 22:17:12 +02:00
To get started with Magit, open any file in a Git repository in Emacs
and run `M-x magit-status`. Read the short help for magit-mode (`C-h
m` in the Magit buffer), make some changes to your files, and try to
2008-08-12 03:31:07 +02:00
commit them.
2010-05-07 22:00:49 +02:00
Learning more
-------------
2008-08-12 03:31:07 +02:00
The [Magit User Manual][manual] describes things with more words than
the online help. You can read it in Emacs with `C-u C-h i
magit.info`, or [on the web][manual].
2009-02-27 01:21:31 +01:00
If you have any questions, please use [the mailing list][google group]
at Google Groups.
2009-02-27 01:21:31 +01:00
Magit's website is currently hosted [on GitHub][website].
2008-08-12 03:31:07 +02:00
Development
-----------
2010-09-11 16:27:58 +02:00
Magit was started by Marius Vollmer. Phil Jackson is the lead
developer. For a full list of contributors have a look at `magit.el`
in the source distribution.
Magit's canonical source repository is currently
[hosted on GitHub][development].
[vc]: http://www.gnu.org/software/emacs/manual/html_node/emacs/Version-Control.html#Version-Control
[website]: http://philjackson.github.com/magit
[development]: http://github.com/philjackson/magit
[manual]: http://philjackson.github.com/magit/magit.html
[cheatsheet]: http://daemianmack.com/magit-cheatsheet.html
[screencast]: http://vimeo.com/2871241
[download]: http://github.com/philjackson/magit/downloads
[google group]: http://groups.google.com/group/magit/