jj – the CLI for Jujutsu
steveklabnik.github.io
jj – the CLI for Jujutsu
1–10 of 517 posts
Re: jj – the CLI for Jujutsu
#2> There's one other reason you should be interested in giving jj a try: it has a git compatible backend, and so you can use jj on your own, without requiring anyone else you're working with to convert too. This means that there's no real downside to giving it a shot; if it's not for you, you're not giving up all of the history you wrote with it, and can go right back to git with no issues.
Re: jj – the CLI for Jujutsu
#3Re: jj – the CLI for Jujutsu
#416 year-old me would have been very impressed by this!
Re: jj – the CLI for Jujutsu
#5Re: jj – the CLI for Jujutsu
#6Re: jj – the CLI for Jujutsu
#7We all need to give ourselves a push and finally make the next step in version control. Github, Google, Microsoft, Meta (did I forget anyone relevant? Probably) should just join forces and finally make it happen, which should not be a problem with a new system that is backend compatible to Git. Sure, Github may lose some appeal to their brand name, but hey, this is actually for making the world a better place.
If ur making an appeal on a forum like this u could have gone with ur favorite feature, or anything else really.
Re: jj – the CLI for Jujutsu
#8I'm giving jj a try but one aspect of it I dislike is edits to files are automatically committed, so you need to defensively create empty new commits for your changes. As in, want to browse the repo from a commit 2 weeks ago? Well if you just checkout that commit and then edit a file, you've automatically changed that commit in your repo and rebased everything after it on top of your new changes. So instead you creat…
Re: jj – the CLI for Jujutsu
#9We all need to give ourselves a push and finally make the next step in version control. Github, Google, Microsoft, Meta (did I forget anyone relevant? Probably) should just join forces and finally make it happen, which should not be a problem with a new system that is backend compatible to Git. Sure, Github may lose some appeal to their brand name, but hey, this is actually for making the world a better place.