Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicederyn/git-localpatch
https://github.com/alicederyn/git-localpatch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alicederyn/git-localpatch
- Owner: alicederyn
- Created: 2024-06-17T11:42:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T11:48:51.000Z (5 months ago)
- Last Synced: 2024-06-17T13:14:14.662Z (5 months ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```