Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 329 Bytes

File metadata and controls

7 lines (6 loc) · 329 Bytes

merge two git repositories

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