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
- Host: GitHub
- URL: https://github.com/slammayjammay/git-log
- Owner: slammayjammay
- License: mit
- Created: 2017-02-02T01:08:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T03:46:42.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T12:43:36.107Z (over 1 year ago)
- Topics: babel, es6, git, javascript, nodejs
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```