Fix doc cross-refs.
[stgit/ydirson.git] / Documentation / stg-init.txt
blobe692a04ed38cf822b59536036df5debb3a6c3f10
1 stg-init(1)
2 ==========
3 Yann Dirson <ydirson@altern.org>
4 v0.12.1, April 2007
6 NAME
7 ----
8 stg-init - stgdesc:init[]
10 SYNOPSIS
11 --------
12 stg init [OPTIONS]
14 DESCRIPTION
15 -----------
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/.
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 stglink:clone[] and the '--create' and '--clone'
24 commands of stglink:branch[].
26 OPTIONS
27 -------
29 No specific options.
31 StGIT
32 -----
33 Part of the StGIT suite - see gitlink:stg[1].