1: I have a public library with some code.
2: I have a project that uses the public library.
3: I make a backup of my code so the library gets updated as well.
4: I make a change in my public library.
Now I am one week later en I need some of the code from the OLD version from step 1.
I import my backup and thus the OLD public library overwrites the NEW one with the updates (in step 4).
This is not good! I want to be able to choose in detail what I recover. So I would NOT import the public library but only the project itself.
Please add this…