cd path/to/project-b git remote add project-a path/to/project-a git fetch project-a –tags git merge –allow-unrelated-histories project-a/master # or whichever branch you want to merge git remote remove project-a
This repository was archived by the owner on Mar 22, 2023. It is now read-only.