git-path-log
v0.0.1
Published
Git log filter by path
Maintainers
Readme
Installing
npm install -g git-path-logUsage
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"
}