https://github.com/aleclarson/check-git-patch
Find errors and conflicts in a git patch
https://github.com/aleclarson/check-git-patch
cli git git-patch
Last synced: about 2 months ago
JSON representation
Find errors and conflicts in a git patch
- Host: GitHub
- URL: https://github.com/aleclarson/check-git-patch
- Owner: aleclarson
- Created: 2019-10-28T18:15:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T16:33:03.000Z (over 5 years ago)
- Last Synced: 2025-03-10T17:51:30.365Z (2 months ago)
- Topics: cli, git, git-patch
- Language: TypeScript
- Homepage:
- Size: 166 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# check-git-patch
```sh
# Run once
check-git-patch example.patch# Rerun on file change
check-git-patch example.patch -w
```
![]()