git-path-log
v0.0.1
Published
Git log filter by path
Downloads
4
Maintainers
Readme
Installing
npm install -g git-path-log
Usage
Now, simply use git path-log
/git plg
instead of git log -- <path>
when view logs.
or as an npm script:
...
"scripts": {
"gitLog": "npx git-path-log"
}