1STG-CLONE(1) StGit Manual STG-CLONE(1)
2
3
4
6 stg-clone - Make a local clone of a remote repository
7
9 stg clone <repository> <dir>
10
12 Clone a git repository into the local directory <dir> (using stg-
13 clone(1)) and initialise the local branch "master".
14
15 This operation is for example suitable to start working using the
16 "tracking branch" workflow (see 1[1]). Other means to setup an StGit
17 stack are stg-init(1) and the --create and --clone commands of stg-
18 branch(1).
19
20 The target directory <dir> will be created by this command, and must
21 not already exist.
22
24 Part of the StGit suite - see stg(1)
25
27 1. 1
28 file:///home/jpgrayson/.local/share/doc/stgit/stg
29
30
31
32StGit 0.23 07/29/2020 STG-CLONE(1)