Skip to content

Releases: ahmedelgabri/git-wt

v1.2.1

23 Feb 13:22
Immutable release. Only release title and notes can be modified.
450c479

Choose a tag to compare

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-wt

Using Nix Flakes

nix run github:ahmedelgabri/git-wt

Manual 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

23 Feb 10:27
Immutable release. Only release title and notes can be modified.
441d093

Choose a tag to compare

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-wt

Using Nix Flakes

nix run github:ahmedelgabri/git-wt

Manual 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

22 Feb 23:25
Immutable release. Only release title and notes can be modified.
861f010

Choose a tag to compare

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-wt

Using Nix Flakes

nix run github:ahmedelgabri/git-wt

Manual 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

22 Feb 14:46
Immutable release. Only release title and notes can be modified.
71ae075

Choose a tag to compare

Changes

  • Rewrite git-wt from Bash to Go (#14)

Installation

Using Homebrew

brew install ahmedelgabri/git-wt/git-wt

Using Nix Flakes

nix run github:ahmedelgabri/git-wt

Manual 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

21 Feb 01:26
Immutable release. Only release title and notes can be modified.
f41031d

Choose a tag to compare

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}.default

Or run directly:

nix run github:ahmedelgabri/git-wt

Manual Installation

curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.8.1/git-wt
chmod +x ~/.local/bin/git-wt

v0.8.0

18 Feb 08:50
Immutable release. Only release title and notes can be modified.
10a4550

Choose a tag to compare

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}.default

Or run directly:

nix run github:ahmedelgabri/git-wt

Manual Installation

curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.8.0/git-wt
chmod +x ~/.local/bin/git-wt

v0.7.0

17 Feb 17:02
Immutable release. Only release title and notes can be modified.
15d23f6

Choose a tag to compare

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-wt

Manual Installation

curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.7.0/git-wt
chmod +x ~/.local/bin/git-wt

v0.6.0

16 Feb 22:19
Immutable release. Only release title and notes can be modified.
e1dfdc1

Choose a tag to compare

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-wt

Manual Installation

curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.6.0/git-wt
chmod +x ~/.local/bin/git-wt

v0.5.1

11 Feb 20:08
Immutable release. Only release title and notes can be modified.
e08fe40

Choose a tag to compare

Changes

  • fix: use explicit default branch in test helpers for CI compatibility

Installation

Using Nix Flakes

nix profile install github:ahmedelgabri/git-wt

Manual Installation

curl -o ~/.local/bin/git-wt https://raw.githubusercontent.com/ahmedelgabri/git-wt/v0.5.1/git-wt
chmod +x ~/.local/bin/git-wt

v0.5.0

11 Feb 19:55
Immutable release. Only release title and notes can be modified.
458812f

Choose a tag to compare

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-wt

Manual 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