mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 16:36:22 -04:00
copy from readme
This commit is contained in:
parent
77502c7908
commit
1b514d3cbc
|
|
@ -1,8 +0,0 @@
|
|||
## Debian
|
||||
|
||||
$ sudo $apt_pref update
|
||||
$ sudo $apt_pref install git-extras
|
||||
|
||||
## Mac
|
||||
|
||||
$ brew install git-extras
|
||||
24
Installation.md
Normal file
24
Installation.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
## Debian
|
||||
|
||||
```bash
|
||||
$ sudo $apt_pref update
|
||||
$ sudo $apt_pref install git-extras
|
||||
```
|
||||
|
||||
## Mac
|
||||
|
||||
```bash
|
||||
$ brew install git-extras
|
||||
```
|
||||
|
||||
## Clone / Tarball:
|
||||
|
||||
```bash
|
||||
$ make install
|
||||
```
|
||||
|
||||
One-liner:
|
||||
|
||||
```bash
|
||||
$ (cd /tmp && git clone --depth 1 https://github.com/tj/git-extras.git && cd git-extras && sudo make install)
|
||||
```
|
||||
Loading…
Reference in a new issue