Giter VIP home page Giter VIP logo

Comments (6)

Florent38 avatar Florent38 commented on August 22, 2024 2

Yes, have a look at git subtree and specially -X option ;-)
https://medium.com/@porteneuve/mastering-git-subtrees-943d29a798ec

I have used tomono to create the monorepo for all develop branches and then use subtree merge to recreate old feature, release, hotfix, ... branchs on the new monorepo :
git checkout develop
git checkout -b
git merge -X subtree= /

And it worked !

If you used tomono to create more than one branch, you won't be able to merge them in the future

from tomono.

amrtn avatar amrtn commented on August 22, 2024

I've encountered the same problem. Still investigating the issue.

from tomono.

Florent38 avatar Florent38 commented on August 22, 2024

Hi,

I've encountered the same problem.
Did you find a workaround ?

Thanks,
Florent

from tomono.

Strandfelt avatar Strandfelt commented on August 22, 2024

I have the same issue. Did any of you have some luck with a workaround?

from tomono.

babilog avatar babilog commented on August 22, 2024

We're running into the same issue with no clear fix. For instance, we have our master and develop branches, however, we can't seem to merge master into develop due to the CONFLICT (rename/delete) issue.

from tomono.

hraban avatar hraban commented on August 22, 2024

I had a look at this but I can't easily reproduce it. Do you have an example?

Here is a sample test script that seems to work OK:

from tomono.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.