Git Product home page Git Product logo

Comments (2)

martinvonz avatar martinvonz commented on September 13, 2024 2

Yes, that's actually already kind of supported if you use the Git backend. For example, you can set up a Git repo with two addition working copies managed by jj by doing something like this:

git init git && (cd git && echo a > file && git add file; git ci -m initial)
jj init --git-store=git jj1
jj init --git-store=git jj2

There's issue #13 about adding more native support for it. The support described above means that each jj1 and jj2 has its own view of which anonymous heads and branches there are in the repo, for example. You can still check out any commit from either directory, but I want to make them share the set of heads and branches (and the history in the "operation log"). I plan to make it so you can see in the jj log output where each working copy's checkout is.

What's your use case? Do you have an existing Git repo and want to try using jj in a new working copy?

from jj.

martinvonz avatar martinvonz commented on September 13, 2024

I just closed issue #13, meaning that the native support for multiple working copies is now done. See my comment at the end to read about how it works.

from jj.

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.