Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-09-23 | 1.4 kB | |
git-town_linux_arm_64.deb | 2025-09-23 | 6.2 MB | |
git-town_linux_arm_64.pkg.tar.zst | 2025-09-23 | 5.9 MB | |
git-town_linux_intel_64.deb | 2025-09-23 | 6.7 MB | |
git-town_windows_intel_64.msi | 2025-09-23 | 14.0 MB | |
git-town_freebsd_arm_64.tar.gz | 2025-09-23 | 6.2 MB | |
git-town_linux_arm_64.rpm | 2025-09-23 | 6.4 MB | |
git-town_linux_intel_64.pkg.tar.zst | 2025-09-23 | 6.6 MB | |
git-town_linux_intel_64.rpm | 2025-09-23 | 7.0 MB | |
git-town_freebsd_intel_64.tar.gz | 2025-09-23 | 6.7 MB | |
git-town_linux_arm_64.tar.gz | 2025-09-23 | 6.2 MB | |
git-town_macos_intel_64.tar.gz | 2025-09-23 | 6.9 MB | |
git-town_windows_intel_64.zip | 2025-09-23 | 6.9 MB | |
git-town_linux_intel_64.tar.gz | 2025-09-23 | 6.7 MB | |
git-town_macos_arm_64.tar.gz | 2025-09-23 | 6.6 MB | |
git-town_netbsd_intel_64.tar.gz | 2025-09-23 | 6.7 MB | |
git-town_windows_arm_64.zip | 2025-09-23 | 6.3 MB | |
README.md | 2025-09-23 | 2.3 kB | |
v22.0.0 source code.tar.gz | 2025-09-23 | 5.0 MB | |
v22.0.0 source code.zip | 2025-09-23 | 7.5 MB | |
Totals: 20 Items | 124.4 MB | 0 |
BREAKING CHANGES
- Renamed the
codeberg
connector toforgejo
since it supports all Forgejo-based forges. Codeberg itself runs on Forgejo (#5447). - Start the setup assistant with
git town init
instead ofgit town config setup
, matching Git'sgit init
(#5269). - git town hack no longer converts an existing branch into a feature branch. Use the new feature command instead (#5516).
- The
contribute
,feature
,observe
,park
, andprototype
commands no longer signal a problem when you run them on a branch that already has the desired type. - Removed the long-deprecated
kill
command. Use delete instead.
New Features
- Added support for Azure DevOps (#1657).
- Introduced the push-branches setting to control whether Git Town pushes local changes to tracking branches automatically. Disable it if you prefer to push manually (#5541).
- Introduced the auto-sync setting to control whether hack, append, and prepend sync existing branches before creating a new one (#5540).
set-parent
: added the--none
flag to create perennial branches programmatically.
Bug Fixes
- Fixed
git town branch
in repos with a detached HEAD (#5565).
Contributors
Shoutout to @Phunky, @alexus37, @aximut, @bb010g, @benmosher, @blaggacao, @charlierudolph, @derekspelledcorrectly, @kevgo, @kinyat, @maruffahmed, @oludaara, @pradeepmurugesan, @sheldonhull, @stefanfrede, @stephenwade, @vectro, @whitebear-gh, @yaadata for contributiong code, feedback, and ideas to 78 shipped pull requests and 12 resolved issues!