mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
313 B
313 B
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)