Releases: ahmedelgabri/git-wt
v1.2.1
Changes
- chore: bump version to 1.2.1
- fix: handle symlink overwrite in CopyDir during migrate
- feat: show git command output and add program lifecycle tests
Installation
Using Homebrew
brew install ahmedelgabri/git-wt/git-wtUsing Nix Flakes
nix run github:ahmedelgabri/git-wtManual Download
Download the archive for your platform, extract it, and place the binary in your $PATH:
tar xzf git-wt-1.2.1-<OS>-<ARCH>.tar.gz
cp git-wt-1.2.1-<OS>-<ARCH>/git-wt ~/.local/bin/Completions and man pages are included in the archive under completions/ and man/.
Checksums: See git-wt-1.2.1-checksums.txt
v1.2.0
Changes
- fix: reject clone into existing directory
- fix: set GH_TOKEN for gh CLI in release workflow
Installation
Using Homebrew
brew install ahmedelgabri/git-wt/git-wtUsing Nix Flakes
nix run github:ahmedelgabri/git-wtManual Download
Download the archive for your platform, extract it, and place the binary in your $PATH:
tar xzf git-wt-1.2.0-<OS>-<ARCH>.tar.gz
cp git-wt-1.2.0-<OS>-<ARCH>/git-wt ~/.local/bin/Completions and man pages are included in the archive under completions/ and man/.
Checksums: See git-wt-1.2.0-checksums.txt
v1.1.0
Changes
- Bump git-wt version from 1.0.0 to 1.1.0
- fix: resolve interactive picker hang after fzf exits (#16)
- feat: auto-update homebrew formula on release
Installation
Using Homebrew
brew install ahmedelgabri/git-wt/git-wtUsing Nix Flakes
nix run github:ahmedelgabri/git-wtManual Download
Download the archive for your platform, extract it, and place the binary in your $PATH:
tar xzf git-wt-1.1.0-<OS>-<ARCH>.tar.gz
cp git-wt-1.1.0-<OS>-<ARCH>/git-wt ~/.local/bin/Completions and man pages are included in the archive under completions/ and man/.
Checksums: See git-wt-1.1.0-checksums.txt
v1.0.0
Changes
- Rewrite git-wt from Bash to Go (#14)
Installation
Using Homebrew
brew install ahmedelgabri/git-wt/git-wtUsing Nix Flakes
nix run github:ahmedelgabri/git-wtManual Download
Download the archive for your platform, extract it, and place the binary in your $PATH:
tar xzf git-wt-1.0.0-<OS>-<ARCH>.tar.gz
cp git-wt-1.0.0-<OS>-<ARCH>/git-wt ~/.local/bin/Completions and man pages are included in the archive under completions/ and man/.
Checksums: See git-wt-1.0.0-checksums.txt
v0.8.1
Changes
- chore: bump version to 0.8.1
- fix: filter checked-out branches from interactive add picker
- fix: drain stdin in fake fzf test stubs to prevent flaky SIGPIPE
Installation
Using Nix Flakes
Add to your flake inputs:
{
inputs.git-wt.url = "github:ahmedelgabri/git-wt";
}Then add to your packages:
inputs.git-wt.packages.${system}.defaultOr run directly:
nix run github:ahmedelgabri/git-wtManual Installation
curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.8.1/git-wt
chmod +x ~/.local/bin/git-wtv0.8.0
Changes
- Bump git-wt version from 0.7.0 to 0.8.0
- fix: show relative worktree paths in interactive picker (#13)
- docs: improve nix installation instructions in release notes
Installation
Using Nix Flakes
Add to your flake inputs:
{
inputs.git-wt.url = "github:ahmedelgabri/git-wt";
}Then add to your packages:
inputs.git-wt.packages.${system}.defaultOr run directly:
nix run github:ahmedelgabri/git-wtManual Installation
curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.8.0/git-wt
chmod +x ~/.local/bin/git-wtv0.7.0
Changes
- chore: bump version to 0.7.0
- fix: resolve worktree paths with slashes in remove/destroy (#12)
Installation
Using Nix Flakes
nix profile install github:ahmedelgabri/git-wtManual Installation
curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.7.0/git-wt
chmod +x ~/.local/bin/git-wtv0.6.0
Changes
- chore: bump version to 0.6.0
- Fix interactive add creating a deattached head (#10)
- docs: update AGENTS.md and README.md
Installation
Using Nix Flakes
nix profile install github:ahmedelgabri/git-wtManual Installation
curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.6.0/git-wt
chmod +x ~/.local/bin/git-wtv0.5.1
Changes
- fix: use explicit default branch in test helpers for CI compatibility
Installation
Using Nix Flakes
nix profile install github:ahmedelgabri/git-wtManual Installation
curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.5.1/git-wt
chmod +x ~/.local/bin/git-wtv0.5.0
Changes
- chore: bump version to 0.5.0
- fix: handle unreachable remote in migrate command
- test: add subdirectory tests for remove, destroy, list, and update
- fix: resolve worktree paths relative to bare root in add command
- Update README
- remove CHANGELOG.md, we use releases
Installation
Using Nix Flakes
nix profile install github:ahmedelgabri/git-wtManual Installation
curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.5.0/git-wt
chmod +x ~/.local/bin/git-wt