git remote add rweb git: // whereever
git fetch rweb
And voila, you have this in one repository. You might also want to create a branch from it to make it accessible and movable:
git branch website rweb / master
git push origin website
Starting with empty branches and dumping the website tree, there will instead be a flaw in losing the whole story.
source
share