-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
https://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories
rework
git checkout master
git remote add sorcery [email protected]:sorcery/sorcery.git
git fetch --all
git merge --allow-unrelated-histories -s ours sorcery/master
git push
sorcery
git checkout master
git checkout -b legacy
git push -u origin legacy
git push upstream legacy
git checkout master
git remote add rework [email protected]:sorcery/sorcery-rework.git
git fetch --all
git merge --ff-only rework/master
git pushReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels