Skip to content

Instantly share code, notes, and snippets.

@ZeProgFactory
Created April 29, 2020 14:36
Show Gist options
  • Save ZeProgFactory/49a3aa1721cd06ad8e62dcd86bbd8f19 to your computer and use it in GitHub Desktop.
Save ZeProgFactory/49a3aa1721cd06ad8e62dcd86bbd8f19 to your computer and use it in GitHub Desktop.
GitHub

Merge two repositories

git remote add RepoA FolderToRepoA
git fetch RepoA
git merge --allow-unrelated-histories RepoA/master 

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment