Skip to content

feat: restructure README, add GIT_WT_BASE and GIT_WT_COPY_ENV#8

Merged
kuderr merged 1 commit into
mainfrom
feat/readme-restructure-and-env-vars
Feb 25, 2026
Merged

feat: restructure README, add GIT_WT_BASE and GIT_WT_COPY_ENV#8
kuderr merged 1 commit into
mainfrom
feat/readme-restructure-and-env-vars

Conversation

@kuderr
Copy link
Copy Markdown
Owner

@kuderr kuderr commented Feb 25, 2026

Summary

  • README restructured: aliases moved to bottom, AI session preservation consolidated into "AI Agent Integration" section, Quick Start kept clean with only basic usage
  • GIT_WT_BASE: new env var to always fork worktrees from a specific branch (e.g. export GIT_WT_BASE=main)
  • GIT_WT_COPY_ENV: new env var to always copy .env* files without passing --copy-env each time

Test plan

  • GIT_WT_BASE=main git wt new — creates worktree from main regardless of current branch
  • GIT_WT_COPY_ENV=true git wt new — copies .env files without --copy-env flag
  • -b flag still overrides GIT_WT_BASE
  • --copy-env flag still works as before
  • make lint passes

🤖 Generated with Claude Code

- README: move Shell Aliases to bottom, consolidate AI blocks into one section
- README: keep Quick Start clean — only basic usage + .env + external worktrees
- Add GIT_WT_BASE env var to always fork from a specific branch (e.g. main)
- Add GIT_WT_COPY_ENV env var to always copy .env files on new

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@kuderr kuderr merged commit 21863c0 into main Feb 25, 2026
2 checks passed
@kuderr kuderr deleted the feat/readme-restructure-and-env-vars branch February 25, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant