+ [11 years ago] itsrachelfish What's the best way to merge a repo on github into another while preserving the original history?
+ [11 years ago] milki maybe a subtree merge
+ [11 years ago] itsrachelfish The goal is to just have one repo with all the history, so I can delete the old one
+ [11 years ago] milki itsrachelfish: !subtree
+ [11 years ago] gitinfo itsrachelfish: The subtree merge method is great for incorporating a subsidiary git repo into your current one with "unified" history. Read http://git-scm.com/book/en/Git-Tools-Subtree-Merging for more info, see also !git-subtree and !git-stich-repo.

message no. 38174

Posted by Danielss89 in #github at 2014-08-10T08:10:31Z

Also, i can’t answer code comments directly on the conversation page, i have to go to the “files changed” section and find it: http://take.ms/W8ijA
+ [11 years ago] gshmu github enhancement at the picture bottom https://clbin.com/pt404N.png
+ [11 years ago] gshmu I check my picture again, and Rotation it. always the bottom has the blank
+ [11 years ago] gshmu https://clbin.com/CAWn3N.png
+ [11 years ago] tobiasvl java-programmer: !ask