33fd3879e3188f8481029a4bb4c66d3c3394f7df
[stgit] / Documentation / stg-init.txt
1 stg-init(1)
2 ==========
3 Yann Dirson <ydirson@altern.org>
4 v0.12.1, April 2007
5
6 NAME
7 ----
8 stg-init - stgdesc:init[]
9
10 SYNOPSIS
11 --------
12 stg init [OPTIONS]
13
14 DESCRIPTION
15 -----------
16
17 Initialise the current GIT branch to be used as an StGIT stack. You
18 must already be in a GIT repository and .git/HEAD must point to a
19 valid file in refs/heads/.
20
21 This operation is for example suitable to start working using the
22 "development branch" workflow (see gitlink:stg[1]). Other means to setup
23 an StGIT stack are stgdesc:clone[] and the '--create' and '--clone'
24 commands of stgdesc:branch[].
25
26 OPTIONS
27 -------
28
29 No specific options.
30
31 StGIT
32 -----
33 Part of the StGIT suite - see gitlink:stg[1].