chiark / gitweb /
Release 0.14
[stgit] / README
... / ...
CommitLineData
1StGIT is a Python application providing similar functionality to Quilt
2(i.e. pushing/popping patches to/from a stack) on top of GIT. These
3operations are performed using GIT commands and the patches are stored
4as GIT commit objects, allowing easy merging of the StGIT patches into
5other repositories using standard GIT functionality.
6
7Note that StGIT is not an SCM interface on top of GIT and it expects a
8previously initialised GIT repository (unless it is cloned using StGIT
9directly). For standard SCM operations, use plain GIT commands.
10
11For the latest version see http://www.procode.org/stgit/
12For a tutorial see http://wiki.procode.org/cgi-bin/wiki.cgi/StGIT_Tutorial
13
14Bugs or feature requests should be sent to the git@vger.kernel.org
15mailing list or the StGIT project page - http://gna.org/projects/stgit/