stg-init(1) — Linux manual page
STG-INIT(1) StGit Manual STG-INIT(1)
NAME
stg-init - Initialize a StGit stack on a branch
SYNOPSIS
stg init [OPTIONS]
DESCRIPTION
Initialize a StGit stack on a branch. Initializing a branch with a StGit stack commits initial, empty stack state for the branch to the repository. Theses stack metadata commits are tracked by the refs/stacks/<branch> reference. Updated stack state is committed by each StGit command that modifies the stack. StGit users do not have to do anything with the refs/stacks/<branch> ref directly. Some StGit commands, such as stg new and stg uncommit, will automatically initialize the stack, so it is often not necessary to explicitly initialize the stack on a branch. Also, branches created with stg branch --create are automatically initialized. The branch must already exist and point to a commit before initializing a StGit stack. StGit stack metadata can be deinitialized from a branch using stg branch --cleanup. See stg-branch(1) for more details.
OPTIONS
-b <branch>, --branch=<branch> Use <branch> instead of current branch
STGIT
Part of the StGit suite - see stg(1)
COLOPHON
This page is part of the stgit (Stacked Git) project. Information about the project can be found at ⟨http://www.procode.org/stgit/⟩. If you have a bug report for this manual page, see ⟨http://www.procode.org/stgit/⟩. This page was obtained from the project's upstream Git repository ⟨https://github.com/stacked-git/stgit.git⟩ on 2024-06-14. (At that time, the date of the most recent commit that was found in the repository was 2024-05-22.) If you discover any rendering problems in this HTML version of the page, or you believe there is a better or more up-to-date source for the page, or you have corrections or improvements to the information in this COLOPHON (which is not part of the original manual page), send a mail to man-pages@man7.org StGit 2.4.7 06/14/2024 STG-INIT(1)
Pages that refer to this page: stg(1), stg-branch(1)