Reputation: 9133
A client has asked me for major changes in a product I'm making for him. How should I go about with it in my VCS? Should I
Upvotes: 0
Views: 52
Reputation: 34349
I would either d) do something else (like a holiday) or b) tag and continue. If you need to support the current version of the app, then you can create a branch of the tag, and then work on that.
I would only start again if it's a complete rewrite of the product?
Upvotes: 1