git-history/cli/readme.md
2019-02-10 17:40:17 -03:00

258 B

Git History CLI

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

You need node to run this

$ npx githistory path/to/file.ext

or

$ npm install -g githistory
$ githistory path/to/file.ext