chiark / gitweb /
Add doc for 'clone' and 'init'.
[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--------
12stg init [OPTIONS]
13
14DESCRIPTION
15-----------
16
17Initialise the current GIT branch to be used as an StGIT stack. You
18must already be in a GIT repository and .git/HEAD must point to a
19valid file in refs/heads/.
20
21This operation is for example suitable to start working using the
22"development branch" workflow (see gitlink:stg[1]). Other means to setup
23an StGIT stack are stgdesc:clone[] and the '--create' and '--clone'
24commands of stgdesc:branch[].
25
26OPTIONS
27-------
28
29No specific options.
30
31StGIT
32-----
33Part of the StGIT suite - see gitlink:stg[1].