Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 355 Bytes

File metadata and controls

25 lines (17 loc) · 355 Bytes

Configuration

Base branch can be configured per-repo:

git config stack.baseBranch develop  # Default is "main"

Worktrees directory can be configured per-repo (or globally):

git config stack.worktreesDir ~/worktrees

View current config:

stack config

Or use the interactive helper:

stack config set