aboyett / stgit

Stacked Git

Home Page:http://procode.org/stgit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StGit is a Python application providing similar functionality to Quilt
(i.e. pushing/popping patches to/from a stack) on top of Git. These
operations are performed using Git commands and the patches are stored
as Git commit objects, allowing easy merging of the StGit patches into
other repositories using standard Git functionality.

Note that StGit is not an SCM interface on top of Git and it expects a
previously initialised Git repository (unless it is cloned using StGit
directly). For standard SCM operations, use plain Git commands.

For the latest version see http://www.procode.org/stgit/
For a tutorial see http://www.procode.org/stgit/doc/tutorial.html

Bugs or feature requests should be raised on the StGit project page:
https://github.com/ctmarinas/stgit.

About

Stacked Git

http://procode.org/stgit/

License:GNU General Public License v2.0


Languages

Language:Python 61.7%Language:Shell 22.6%Language:Emacs Lisp 14.7%Language:Vim Script 0.8%Language:Makefile 0.2%