Hacker News new | ask | show | jobs
by buserror 2987 days ago
I use git sub-trees. Actually I love the thing. They give you a 'linear' history, and allow you to merge/pull/push into their original tree, keeping the history (if you require it).
1 comments

Never heard of them (well, probably in passing); will look into is. Thanks!