Skip to content

Add --overwrite-ignore and --no-overwrite-ignore to dolt checkout #10488

@elianddb

Description

@elianddb

Dolt checkout now overwrites ignored tables when switching branches by default, matching Git.

Add explicit flags so users can control this: --overwrite-ignore to overwrite ignored tables (and make the default explicit) and --no-overwrite-ignore to abort when the target branch would overwrite ignored tables. Mirror the behavior described in git-checkout(1) for these options.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions