I learn a lot but I can’t understand what does branching do?
I have a project in TFS and want to copy it and change in it. Can I use branching?
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.
Yes it is a copy of the project.
Lets say you are working on a big project and you do a deployment to a customer. You take that version and branch it.
Whenever you need to fix any bugs you can do that in the branche and merge it into your main project again.
All future development can be done in the main version without affecting the version with your customer.
But in your case if it is just to make a copy for some modifications for yourself, or for testing. You can do a copy on folder level.