An open API service indexing awesome lists of open source software.

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

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
```