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

https://github.com/walles/conflicts

Experiments in git conflicts resolution support
https://github.com/walles/conflicts

Last synced: 3 months ago
JSON representation

Experiments in git conflicts resolution support

Awesome Lists containing this project

README

        

# Git conflict resolution experiments

Run `./show-original-change.sh` on a git repo with conflicts to display your
original change that is causing a conflict.

## Testing

Run `./test-show-original-change.py` to test `show-original-change.sh` on
various forms of conflicts.

# TODO

- Test a conflict in a file with spaces in its name

## DONE

- Add test for delete-edit conflict
- Add test for cherry picking conflicts
- Add test for edit-delete conflict
- Add test for when a new file is added in both branches, but with different
contents