Installation

git-elegant is a single executable, and its directory has to be on your PATH for Git to resolve git elegant. Pick one way, then continue with getting started.

Using install script

curl -fsSL https://github.com/extsoft/elegant-git/releases/latest/download/install.sh | sh

Need a different directory, a specific release, or a PATH hint? See using the install script.

Using mise

mise use --global "github:extsoft/elegant-git@latest"

Want it only in this project, or to update later? See using mise.

Using go install

go install github.com/extsoft/elegant-git/cmd/git-elegant@latest

Need to know where the binary lands, or pin a tag? See using go install.


This site uses Just the Docs, a documentation theme for Jekyll.