Lets say a project has been developed in one repo, and the project website was developed in another.
Is there a way to import the website repo, with full history, into an empty branch of the project repo?
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.
And voilà, you have it in one repository. Perhaps you then also want to create a branch out of it, to make it accessible and pushable:
Starting with an empty branches and dumping the website tree instead would have the drawback of losing all the history.