An open API service indexing awesome lists of open source software.

https://github.com/slammayjammay/git-log

Pipe git log into a pager
https://github.com/slammayjammay/git-log

babel es6 git javascript nodejs

Last synced: about 2 months ago
JSON representation

Pipe git log into a pager

Awesome Lists containing this project

README

          

# `git-log`

```sh
$ npm install -g https://github.com/slammayjammay/git-log
```

# Usage
```sh
$ git-log -p # or git-log --pager
# almost exacly the same as
$ git log | less -R
```

and...
```sh
$ git-log
# which is exactly the same as
$ git log
```