https://github.com/banyudu/git-blame-all
Blame every line of given file
https://github.com/banyudu/git-blame-all
Last synced: 3 months ago
JSON representation
Blame every line of given file
- Host: GitHub
- URL: https://github.com/banyudu/git-blame-all
- Owner: banyudu
- License: mit
- Created: 2023-04-12T02:26:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T02:49:29.000Z (about 2 years ago)
- Last Synced: 2025-02-01T22:34:35.350Z (4 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-blame-all
Blame every line of given file## Usage
```bash
npx git-blame-all
```or
```bash
npm i -g git-blame-allgit blame-all
```