←back to thread

358 points ofalkaed | 2 comments | | HN request time: 0.4s | source

Just curious and who knows, maybe someone will adopt it or develop something new based on its ideas.
Show context
teo_zero ◴[] No.45559196[source]
Gitless. I'm a fan of software that allows you to get your feet wet with simple concepts and progressively add complex ones when you feel you're ready. Gitless was my introduction to git.
replies(1): >>45565308 #
1. follower ◴[] No.45565308[source]
Just mentioned this in another reply but Jujutsu may be of interest as a maintained alternative to gitless: https://github.com/jj-vcs/jj/blob/main/README.md#introductio...
replies(1): >>45578365 #
2. teo_zero ◴[] No.45578365[source]
Thank you. I've just run through a jj tutorial and it indeed mirrors my mental model of commits, just like gitless did. I'm sure I'll become a fan!