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
- branch
- tag and continue
- start a new project
- or do something else?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?