Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-07-03 | 1.4 kB | |
git-town_linux_arm_64.deb | 2025-07-03 | 4.3 MB | |
git-town_linux_intel_64.deb | 2025-07-03 | 4.6 MB | |
git-town_windows_intel_64.msi | 2025-07-03 | 9.5 MB | |
git-town_linux_arm_64.pkg.tar.zst | 2025-07-03 | 4.1 MB | |
git-town_linux_arm_64.rpm | 2025-07-03 | 4.4 MB | |
git-town_linux_intel_64.pkg.tar.zst | 2025-07-03 | 4.6 MB | |
git-town_linux_intel_64.rpm | 2025-07-03 | 4.8 MB | |
git-town_windows_arm_64.zip | 2025-07-03 | 4.3 MB | |
git-town_freebsd_arm_64.tar.gz | 2025-07-03 | 4.3 MB | |
git-town_freebsd_intel_64.tar.gz | 2025-07-03 | 4.6 MB | |
git-town_linux_intel_64.tar.gz | 2025-07-03 | 4.6 MB | |
git-town_macos_intel_64.tar.gz | 2025-07-03 | 4.8 MB | |
git-town_netbsd_intel_64.tar.gz | 2025-07-03 | 4.6 MB | |
git-town_linux_arm_64.tar.gz | 2025-07-03 | 4.3 MB | |
git-town_macos_arm_64.tar.gz | 2025-07-03 | 4.5 MB | |
git-town_windows_intel_64.zip | 2025-07-03 | 4.8 MB | |
README.md | 2025-07-03 | 2.3 kB | |
v21.2.0 source code.tar.gz | 2025-07-03 | 4.9 MB | |
v21.2.0 source code.zip | 2025-07-03 | 7.3 MB | |
Totals: 20 Items | 89.4 MB | 0 |
New Features
- Git Town can now use GitHub's gh CLI to talk to the GitHub API. No more messing with access tokens manually! (#1639)
- GitLab users get the same treatment: Git Town now integrates with the glab CLI to access the GitLab API (#5079).
- Dropped the dependency on
which
on Unix-like systems. One less external tool to worry about (#5060). - Git Town is now in the official Arch Linux repositories. Install with
pacman -S git-town
(#5015). - Git Town is now also available on OpenSUSE Stable and Tumbleweed.
- The Setup Assistant now validates the forge information you enter works. If the connection fails, you get a chance to enter the credentials again. No more silent misconfigurations. (#3030).
Bug Fixes
git town diff-parent
now shows only the changes introduced by the current branch, even when it's behind its parent (#5053).- The GitLab connector now handles the
--title
and--body
arguments correctly (#5072). - Continuing a suspended Git Town command that needs forge access now works correctly in all edge cases (#5098).
- All interactive dialogs now render properly in 80-character-wide terminals (#5074).
- The setup assistant now correctly pre-selects the token scope you previously configured (#5046).
Contributors
Huge thanks to @ChrisMM, @JafethAriasH, @alerque, @alphatroya, @ccoVeille, @emmanuel-ferdman, @haltcase, @kastl-ars, @kelbyers, @kevgo, @stephenwade, @tranhl, @vectro, @znd4 for contributing ideas, feedback, code, and installer support to 86 shipped PRs and 9 resolved issues. Cheers!