Skip to content

Copy local-only files #57

@zaknafeyn

Description

@zaknafeyn

When creating a new worktree, optionally copy:

.env
.env.local
.vscode/settings.json
.vscode/launch.json
local config files

But show a confirmation because .env may contain secrets.

Possible setting:

{
  "gitSmartCheckout.worktree.copyFiles": [
    ".env.local",
    ".vscode/launch.json"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions