Update

Update gitflect from GitHub releases.

The installer is idempotent. Running it again replaces the existing gitflect binary with the requested release.

Update to latest

curl -fsSL https://raw.githubusercontent.com/shravanngoswamii/gitflect/main/install.sh | sh

Update a custom install directory

Use the same BIN_DIR you used during installation.

BIN_DIR="$HOME/.local/bin" curl -fsSL https://raw.githubusercontent.com/shravanngoswamii/gitflect/main/install.sh | sh

Roll back

Install a previous tag explicitly.

GITFLECT_VERSION=v0.1.0 curl -fsSL https://raw.githubusercontent.com/shravanngoswamii/gitflect/main/install.sh | sh

Confirm the active binary

command -v gitflect
gitflect --version

If the version does not change, check that the install directory appears before any older copy of gitflect on PATH.