gitsynth
v0.3.0
Published
GitSynth - Automatic Merge Conflict Resolution
Readme
GitSynth
Resolve all your Git merge conflicts in just one line.
npx gitsynthContributing
Developing
make # Build a binary for UNIXYou can then move the binary, which should be in ./bin/, to any location, and execute it to try it out.
Releasing
make build-all
make version-patch|minor|major
make publish