You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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)