git-open plugin for the asdf version manager.
bash
,curl
,tar
, and POSIX utilities.git
must already be installed.
Plugin:
asdf plugin add git-open
# or
asdf plugin add git-open https://github.com/tetutaro/asdf-git-open.git
git-open:
# Show all installable versions
asdf list-all git-open
# Install specific version
asdf install git-open latest
# Set a version globally (on your ~/.tool-versions file)
asdf global git-open latest
# Now git-open commands are available
git-open --help || true
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Tetsutaro Maruyama