technomancy / magit forked from jwiegley/magit

Magit is an interface to the version control system Git, implemented as an extension to Emacs.

This URL has Read+Write access

magit /
name age message
file .gitignore Loading commit data...
file 50magit.el Tue Aug 12 20:47:09 -0700 2008 Make build cruft work. [Marius Vollmer]
file AUTHORS Wed Nov 12 14:26:36 -0800 2008 Thanks! [Marius Vollmer]
file COPYING Tue Aug 05 16:46:58 -0700 2008 Renamed to follow convention. [Marius Vollmer]
file ChangeLog Tue Aug 12 20:20:36 -0700 2008 Added autotools cruft. [Marius Vollmer]
file Makefile.am Tue Aug 12 20:47:09 -0700 2008 Make build cruft work. [Marius Vollmer]
file NEWS Sun Nov 09 14:28:19 -0800 2008 (Updated NEWS) [Marius Vollmer]
file README Sun Nov 30 12:31:32 -0800 2008 Mention autogen.sh [Marius Vollmer]
file autogen.sh Tue Aug 12 21:11:44 -0700 2008 Provide autogen.sh [Marius Vollmer]
file configure.ac Thu Oct 16 12:23:42 -0700 2008 Prepare 0.7. [Marius Vollmer]
directory debian/ Thu Oct 16 12:24:35 -0700 2008 Fix copyright notice and description. [Marius Vollmer]
file fdl.texi Mon Aug 11 18:51:45 -0700 2008 Added FDL text. [Marius Vollmer]
file magit.el
file magit.texi Wed Nov 12 14:26:36 -0800 2008 Thanks! [Marius Vollmer]
directory test/ Sun Sep 07 06:42:18 -0700 2008 Deleted. [Marius Vollmer]
README
It's magit!  A Emacs mode for Git.

I wrote magit while learning about git and trying to figure out how I
would be using git in a 'natural' way.  Magit will grow and hopefully
become more coherent as I learn more about git and good ways to use
it.  Feedback is welcome!

* Installing

Magit can be installed with the popular recipe of

   $ ./autogen.sh     # If you got the sources directly from Git
   $ ./configure
   $ make install

This will put magit.el into /usr/local/share/emacs/site-lisp, where
Emacs should be able to find it.  Then add

      (require 'magit)

to your .emacs file.

* Getting started

To get started with magit, open any file in a git repository in Emacs
and run 'M-x magit-status'.  Read the online help of magit-mode ('C-h
m' in the magit buffer), make some changes to your files, and try to
commit them.

* Learning more

The Magit User Manual describes things with more words than the online
help.  You can read it in Emacs with 'C-u C-h i magit.info' for
example, or on the web at

    http://zagadka.vm.bytemark.co.uk/magit/magit.html

Magit's web home is currently at

    http://zagadka.vm.bytemark.co.uk/magit/