StGIT bash completion
[stgit] / README
CommitLineData
41a6d859 1StGIT is a Python application providing similar functionality to Quilt
1ac02448
CM
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.
41a6d859 6
1ac02448
CM
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, either use plain GIT commands
10or the Cogito tool but it is not recommended to mix them with the
11StGIT commands.
41a6d859
CM
12
13For the latest version see http://www.procode.org/stgit/
8e486005 14For a tutorial see http://wiki.procode.org/cgi-bin/wiki.cgi/StGIT_Tutorial