Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
git-town_windows_intel_64.msi | 2025-09-05 | 14.0 MB | |
checksums.txt | 2025-09-05 | 1.4 kB | |
git-town_linux_arm_64.deb | 2025-09-05 | 6.2 MB | |
git-town_linux_intel_64.deb | 2025-09-05 | 6.7 MB | |
git-town_linux_intel_64.pkg.tar.zst | 2025-09-05 | 6.5 MB | |
git-town_freebsd_intel_64.tar.gz | 2025-09-05 | 6.7 MB | |
git-town_linux_arm_64.pkg.tar.zst | 2025-09-05 | 5.9 MB | |
git-town_linux_arm_64.rpm | 2025-09-05 | 6.4 MB | |
git-town_linux_intel_64.rpm | 2025-09-05 | 7.0 MB | |
git-town_linux_arm_64.tar.gz | 2025-09-05 | 6.2 MB | |
git-town_linux_intel_64.tar.gz | 2025-09-05 | 6.7 MB | |
git-town_macos_arm_64.tar.gz | 2025-09-05 | 6.5 MB | |
git-town_windows_arm_64.zip | 2025-09-05 | 6.3 MB | |
git-town_freebsd_arm_64.tar.gz | 2025-09-05 | 6.2 MB | |
git-town_macos_intel_64.tar.gz | 2025-09-05 | 6.9 MB | |
git-town_netbsd_intel_64.tar.gz | 2025-09-05 | 6.7 MB | |
git-town_windows_intel_64.zip | 2025-09-05 | 6.9 MB | |
README.md | 2025-09-05 | 2.1 kB | |
v21.5.0 source code.tar.gz | 2025-09-05 | 5.0 MB | |
v21.5.0 source code.zip | 2025-09-05 | 7.4 MB | |
Totals: 20 Items | 124.0 MB | 0 |
New Features
- Added up and down commands to quickly move to the child or parent of the current branch (#5432).
- All configuration settings can now be provided via environment variables, in addition to the config file and Git metadata. This makes it easy to use custom scripts that provide configuration data (#5446). For example, to load an API token from 1password CLI:
bash
GIT_TOWN_GITHUB_TOKEN=$(op read op://development/GitHub/credentials/personal_token) git town config
- The hack
, append
, and prepend
commands now support a stash flag and config option to leave staged changes as-is. Handy if you've carefully prepared an index you want to commit to a new branch (#5429).
- The setup assistant can now do a quick setup with only the essential settings (#5484).
- Added a new feature
command to convert the given or current branch into a feature branch (#5376).
- The detached sync flag can now be permanently enabled through the new detached configuration setting (#5452).
- The auto-resolve flag can now be disabled with --no-auto-resolve
(#5458).
Bug Fixes
- The setup assistant no longer stores a dev-remote when the user selects the default option (#5492).
Contributors
Shoutout to @fuadsaud, @kevgo, @stefanfrede, @stephenwade, @yaadata for contributing code, feedback, and ideas to 65 shipped PRs and 10 resolved issues!