Skip to content

Instantly share code, notes, and snippets.

@iluwatar
Created February 21, 2015 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iluwatar/7d950fc1edbaca7b9701 to your computer and use it in GitHub Desktop.
Save iluwatar/7d950fc1edbaca7b9701 to your computer and use it in GitHub Desktop.
git_merge_master
cd <work dir>
git clone <dst repository url>
cd <work dir>/<dst repository>
git remote add -f <src repository> <work dir>/<src repository>
git merge -m "Merge to the combined repository." <src repository>/master
git remote rm <src repository>
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment