Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 563 Bytes

File metadata and controls

35 lines (22 loc) · 563 Bytes

stack_init

Generated from the current Cobra command tree.

stack init

Initialize stack metadata for this repository

Synopsis

Create the shared stack state file and record the repo trunk and default remote.

stack init [flags]

Examples

stack init
stack init --trunk main --remote origin

Options

  -h, --help            help for init
      --remote string   Default remote name
      --trunk string    Trunk branch name

SEE ALSO

  • stack - Manage explicit stacked PR workflows with Git and GitHub