Christophe Porteneuve
Christophe Porteneuve
Hey all, To me it depends on the underlying tech approach we use for pulling. git-stree does selective pushing like this: 1. Create (if needed) a local, subrepo-specific backport branch,...
Hey Magnus, thanks for the input. The only way I see to circumvent ancestry requirement would be pulling by cherry picks (which doesn't prevent final squashing of the cherry- picked...
I like the strawman of ignore fields in subrepo files a lot, but I fail to see how this alleviates any of Magnus' concerns about having a different history between...
Hey all, Delighted to see the progress on this. The other issues I had raised have all been address, which is fantastic. As for this specific one (pushing selected work...
Hey all, FWIW, [git-stree](https://github.com/deliciousinsights/git-stree#readme) is now officially deprecated in favor of git-subrepo. The only remaining piece of work is updating our [very popular subtree article](https://medium.com/@porteneuve/mastering-git-subtrees-943d29a798ec) to use git-subrepo instead of...