README
check-git-patch
# Run once
check-git-patch example.patch
# Rerun on file change
check-git-patch example.patch -w
Find conflicts in a git patch
<script type="module">
import checkGitPatch from 'https://cdn.skypack.dev/check-git-patch';
</script>
# Run once
check-git-patch example.patch
# Rerun on file change
check-git-patch example.patch -w