extract differences/matches between two archives
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 875
- Avg merge
- 12h 37m
- Merged PRs (30d)
- 199
Description
Got a question. How can I extract differences or matches between two archives? As far as I understand, there is an opportunity only to display these changes. But I would like to get this behavior:
_Example_:
We have two archives "**first**" and "**second**".
"**first**" contains files "**A**" and "**B**" _(added files "A" and "B")_
"**second**" contains files "**B**" and "**C**" _(file "A" is deleted and file "C" is added)_
Comparing the differences of the archive "**first**" to the archive "**second**", we get the file "**C**".
Comparing the differences of the archive “**second**” to the archive “**first**”, we get the file “**A**”.
Comparing the coincidences between the two archives, we get the file "**B**".
Thanks for your reply!
Contributor guide
Assessment
This issue has not been assessed yet.