Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norfairking/mergeless
Merge-less syncing of arbitrary immutable items
https://github.com/norfairking/mergeless
Last synced: 2 months ago
JSON representation
Merge-less syncing of arbitrary immutable items
- Host: GitHub
- URL: https://github.com/norfairking/mergeless
- Owner: NorfairKing
- Created: 2018-05-18T12:16:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T15:11:17.000Z (about 1 year ago)
- Last Synced: 2024-05-01T12:37:42.103Z (9 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/mergeless
- Size: 271 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Mergeless
A way to synchronise items without merge conflicts.
## Related project
If the items in the collection that you are syncing are *not immutable*, you will be better off using [mergeful](https://github.com/NorfairKing/mergeful#readme) instead.