I have a .Net web application that I want to take a copy of and create a new application that can be worked on independently of the first – i.e. I want to branch the codebase.
What is the best way of going about this ?
TIA,
Tim.
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.
Presuming you’ve taken a local copy of the website, you can just copy and paste the web’s root folder in explorer. I’m not sure what kind of branching facilities source
thiefsafe has, but you can add the new copy to your repository wherever you see fit.