3 ms·
What is version control to you? For me it’s basically being able to store and retrieve snapshots of code at different instances of time, where each instance has
by skydhash 24d ago
What is version control to you? For me it’s basically being able to store and retrieve snapshots of code at different instances of time, where each instance has its own significance. Checkout have a very precise meaning in that regards, just like add and commit.
Maybe you can explain how is it leaky based on your understanding of version control?