Skip to content
Gianluca Casati edited this page Apr 24, 2015 · 10 revisions

Debian

$ sudo $apt_pref update
$ sudo $apt_pref install git-extras

Mac

$ brew install git-extras

Clone / Tarball:

$ make install

One-liner:

$ (cd /tmp && git clone --depth 1 https://github.com/tj/git-extras.git && cd git-extras && sudo make install)
Clone this wiki locally