chiark / gitweb /
Allow the diff showing in the log command if patch modified by edit
[stgit] / Documentation / stg-init.txt
CommitLineData
1ce4005c
YD
1stg-init(1)
2==========
3Yann Dirson <ydirson@altern.org>
4v0.12.1, April 2007
5
6NAME
7----
8stg-init - stgdesc:init[]
9
10SYNOPSIS
11--------
d1d7d28d
YD
12[verse]
13'stg' init
1ce4005c
YD
14
15DESCRIPTION
16-----------
17
18Initialise the current GIT branch to be used as an StGIT stack. You
19must already be in a GIT repository and .git/HEAD must point to a
20valid file in refs/heads/.
21
22This operation is for example suitable to start working using the
23"development branch" workflow (see gitlink:stg[1]). Other means to setup
36f28f9d
YD
24an StGIT stack are stglink:clone[] and the '--create' and '--clone'
25commands of stglink:branch[].
1ce4005c 26
1ce4005c
YD
27StGIT
28-----
29Part of the StGIT suite - see gitlink:stg[1].