jpettersson / smagit

Standalone Magit. A Git Porcelain inside Emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smagit - Standalone Magit

Installation

You need recent Emacs (v25+) installed on your system. E.g., for MacOS you can find it at http://emacsformacosx.com/

Then clone this repository and put/link smagit script somewhere in your PATH.

git clone https://github.com/maio/smagit.git
cd smagit
ln -s `pwd`/smagit /usr/local/bin/smagit

Usage

Execute smagit in any Git repository. First run will fetch all necessary packages so it may take little bit longer than consecutive runs.

When everything goes OK, you should see Git status screen for your repository. You can get help by hitting ? key.

smagit status

You may also find Magit Introduction screencast useful.

License

Copyright © 2016 Marian Schubert

MIT

About

Standalone Magit. A Git Porcelain inside Emacs.


Languages

Language:Emacs Lisp 80.5%Language:Shell 19.5%