https://github.com/theproductiveprogrammer/show2html
Show a git commit in a nice HTML page
https://github.com/theproductiveprogrammer/show2html
Last synced: 9 months ago
JSON representation
Show a git commit in a nice HTML page
- Host: GitHub
- URL: https://github.com/theproductiveprogrammer/show2html
- Owner: theproductiveprogrammer
- Created: 2021-09-20T22:40:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T01:18:15.000Z (about 4 years ago)
- Last Synced: 2025-01-11T06:33:50.996Z (10 months ago)
- Language: Shell
- Size: 269 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Show2Html
Convert `git show ` to neatly formatted HTML.
## Usage
```sh
$> git show 595e0b5fd | ./show2html.sh
```

Enjoy!