|
|
|
|
|
by mystickphoenix
491 days ago
|
|
Something that I've been struggling to wrap my brain around is: 1. Can I use jj inside a repo that was already initialized with git? I think the answer is yes, but I haven't found a tl;dr for it. 2. What does the workflow look like to use jj on an existing git repo that all of your coworkers use git for? |
|
Yes.
> What does the workflow look like to use jj on an existing git repo that all of your coworkers use git for?
I struggle a little to answer this because on some level, the answer is "whatever you'd like it to be." That is, from your co-workers' perspective, nothing changes. You push some changes up to a git repo, they have no clue you used jj to do it. But I also feel like that maybe isn't answering your question.