Skip to content

Add self-update mechanism or update command #94

@echarrod

Description

@echarrod

Summary

There is currently no way to update git gtr from within the tool itself. Users must manually pull the latest version or re-run the installation steps.

Suggestion

Consider adding a git gtr update command that pulls the latest release, or at minimum documents the recommended update workflow.

Relationship to #92

If a Homebrew tap is implemented (#92), users would be able to update via brew upgrade git-gtr, which may make a built-in update command unnecessary. Rather than investing in a custom auto-update mechanism, it may be better to prioritize the Homebrew tap and document brew upgrade as the recommended update path.

Current workaround

Users who installed via git clone can update manually:

cd /path/to/git-worktree-runner
git pull origin main

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions