hub 2.2.0-preview1
Pre-release
Pre-release
owenthereal
released this
20 Oct 00:57
·
1609 commits
to master
since this release
This is the first preview release of the Go-powered hub. This marks a milestone where the rewrite of hub in Go that lived in jingweno/gh now became the main implementation.
Why Go? The problem with writing a command-line tool in Ruby is that it's very difficult to make it fast, and Ruby is required to be installed on the system for it to work. The Go executable is both fast and easy to install, since it bundles its own runtime.
The new implementation should be fully backwards compatible. Please file an issue if there's anything not working as expected.
Installation
To try out this prerelease, you have two options:
-
See the downloads below to get the appropriate binary for your system.
-
With Homebrew on OS X:
$ brew install --HEAD hub # or: $ brew upgrade --HEAD hub
To check a successful install:
$ hub version
git version 1.9.1
hub version 2.2.0-preview1