Earlier quoted context omitted.
What I would love: - Everything locally stored in the repo: PRs, comments, issues, discussions, boards, ... - CLI first - Offline first (+ syncing) - A website for hosting/presentation
So you want Fossil?
I see a future in jj
111–120 of 336 posts
Re: I see a future in jj
#112Git’s model is right for PRs for open source projects where one day you could wind up with code from someone you don’t know and you need to take your time in review and possibly making further changes before merging. But as much as git’s a meaningful upgrade over Perforce and (especially) Subversion, branching and merging is not the right default model for normal team development.
Re: I see a future in jj
#113One thing I've wanted is the ability to group commits into a mega commit. So the history of little changes remains, but as you are scrolling you don't see all of them.
This is an interesting idea... jj has a templating language, but it's not stateful, so you couldn't like, hide some commits based on other commits, for example. But I'll file this away...
Re: I see a future in jj
#114Earlier quoted context omitted.
> There are no substantial technical or usability reasons to switch to JJ from Git [...]. This is a neutral impersonal opinion that is virtually a fact. I respect your opinion, but I don't think it's a fact and I couldn't disagree any further with it. I wrote a whole testimonial about why I love jj (first one there): https://jj-vcs.github.io/jj/latest/testimonials/#what-the-us... > it's impractical for most working p…
> I respect your opinion Thank you for charitably responding to the substance of my comment and especially not whatever tone you may have perceived. I appreciate you.
I know I did. The fact I can use it with git and it doesn’t interfere with any GitHub PR workflows means no-one needs to know I use it. I enjoy the jj model. Maybe you could too, and it’s not a crazy investment of time and energy. It’s an evening playing around with a code kata or something.
Then working with vcs becomes that little bit more enjoyable.
Re: I see a future in jj
#115After reading the article, the technical merits of `jj` are completely unclear.
Re: I see a future in jj
#116I think the real news is that some people have started to build what might become something like a "jjhub" . https://ersc.io/
I think 'jjhub' is a decent immediate first approximation, and is often how I've started out talking about it with people. At the same time, we have to offer real value here, as you can already use jj with github (and I have for a long time now), so there's more to it than that. But yes :)
Re: I see a future in jj
#117Re: I see a future in jj
#118Re: I see a future in jj
#119Earlier quoted context omitted.
I think 'jjhub' is a decent immediate first approximation, and is often how I've started out talking about it with people. At the same time, we have to offer real value here, as you can already use jj with github (and I have for a long time now), so there's more to it than that. But yes :)
I would love having some first class support for monorepos at bigger organizations (ex: silos, vfs, etc).