git-history/cli
Rodrigo Pombo 00ca8d24f8 Add gif
2019-02-11 00:20:10 -03:00
..
.gitignore Add cli folder 2019-02-09 23:21:05 -03:00
cli.js Add validations 2019-02-10 17:19:11 -03:00
git.js Limit commits and escape commit messages 2019-02-10 22:52:55 -03:00
package-lock.json Add cli settings 2019-02-10 16:59:26 -03:00
package.json Limit commits and escape commit messages 2019-02-10 22:52:55 -03:00
readme.md Add gif 2019-02-11 00:20:10 -03:00
server.js Add cli settings 2019-02-10 16:59:26 -03:00
yarn.lock Add cli settings 2019-02-10 16:59:26 -03:00

demo

Git History CLI

Quickly browse the history of a file from any git repository.

You need node to run this

$ npx git-file-history path/to/file.ext

or

$ npm install -g git-file-history
$ git-file-history path/to/file.ext