| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-07-23 | 1.4 kB | |
| git-town_windows_intel_64.msi | 2026-07-23 | 15.4 MB | |
| git-town_linux_arm_64.deb | 2026-07-23 | 7.0 MB | |
| git-town_linux_intel_64.deb | 2026-07-23 | 7.6 MB | |
| git-town_linux_arm_64.pkg.tar.zst | 2026-07-23 | 6.7 MB | |
| git-town_linux_arm_64.rpm | 2026-07-23 | 7.2 MB | |
| git-town_linux_intel_64.pkg.tar.zst | 2026-07-23 | 7.4 MB | |
| git-town_linux_arm_64.tar.gz | 2026-07-23 | 7.0 MB | |
| git-town_linux_intel_64.rpm | 2026-07-23 | 8.0 MB | |
| git-town_macos_intel_64.tar.gz | 2026-07-23 | 7.9 MB | |
| git-town_windows_intel_64.zip | 2026-07-23 | 7.9 MB | |
| git-town_linux_intel_64.tar.gz | 2026-07-23 | 7.6 MB | |
| git-town_macos_arm_64.tar.gz | 2026-07-23 | 7.4 MB | |
| git-town_freebsd_arm_64.tar.gz | 2026-07-23 | 7.0 MB | |
| git-town_freebsd_intel_64.tar.gz | 2026-07-23 | 7.6 MB | |
| git-town_netbsd_intel_64.tar.gz | 2026-07-23 | 7.6 MB | |
| git-town_windows_arm_64.zip | 2026-07-23 | 7.1 MB | |
| README.md | 2026-07-23 | 2.5 kB | |
| v24.0.0 source code.tar.gz | 2026-07-23 | 5.5 MB | |
| v24.0.0 source code.zip | 2026-07-23 | 8.3 MB | |
| Totals: 20 Items | 140.2 MB | 0 | |
BREAKING CHANGES
- The Bitbucket Cloud connector now uses API tokens instead of app passwords, which are no longer supported by the Bitbucket API. Please configure the new bitbucket-api-token setting. The existing
bitbucket-app-passwordsetting is no longer used (#6259). - When using the API ship strategy,
git town shipnow merges the proposal using the forge-generated commit message (the same message used when merging through the web UI) instead of opening an editor for you to write one. To enter a custom commit message as before, rungit town ship --enter-message(#6256). git town ship -mnow handles commit messages like Git's-mflag: the first line becomes the squash-commit's subject, and the remaining lines become its body (#6258).git town mergehas been renamed togit town combineto avoid confusion withgit merge(#6205).git town confignow redacts all secrets default. To display secrets, use the new--show-secretsflag. The now obsolete--redactflag has been removed (#6251).
New Features
git town status shownow produces more readable output (#6243).
Bug Fixes
git town proposenow supports branches whose parent does not have a tracking branch (#5937).- When using the
ghconnector,git town proposenow works in non-interactive shells without requiring--titleor--body(#6224). git town shipnow exits gracefully when the parent branch to ship into is checked out in another worktree (#6223).- The
git-townbinary inrelease.tar.gzon GitHub Releases is now executable (#6241).
Contributors
Massive thanks to @Indemnity83, @finleyjb, @kevgo, @mdwint, @mrmarufpro, @samuelkitazume, @yaadata for contributing code, feedback, and ideas to 15 shipped pull requests and 10 resolved issues!