Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alicederyn/git-localpatch


https://github.com/alicederyn/git-localpatch

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# git-localpatch

Work-in-progress. Add the following to your `.gitconfig`:

```text
[filter "patch"]
clean = /path/to/clean-patch %f %f.patch
smudge = /path/to/smudge-patch %f %f.patch
```