Skip to content

v2.7.0

Choose a tag to compare

@helizaga helizaga released this 27 Apr 22:59
· 7 commits to main since this release
acb53b9

[2.7.0] - 2026-04-27

Added

  • git gtr new --remote and gtr.defaultRemote / GTR_DEFAULT_REMOTE to choose the remote used for default branch detection, fetches, and tracked branch creation (#171)
  • --to <ref> for git gtr clean --merged to limit cleanup to PRs/MRs merged into a specific target ref, with branch-tip matching for reused branch names (#167)

Fixed

  • Repo root resolution now works correctly from subdirectories (#166)
  • Hooks that read stdin no longer drain input and skip later hooks (#165)
  • Fish git gtr cd fzf picker now changes directory when pressing Enter (#172)
  • git gtr copy now honors configured gtr.copy.includeDirs and gtr.copy.excludeDirs, including dry-run, --all, and --from flows (#173)