a git alternative written in zig. Contribute to radarroark/xit development by creating an account on GitHub.
From the README:
You're looking at xit, a new version control system. Here be dragons, as they say. This is new and unstable software. Maybe one day it will be a worthy successor to git, but for now, only use it if you're adventurous. Here are the main features:
git compatible
supports the git networking protocol for push/fetch/clone
Always cool to see people implement stuff, regardless if it is a good product at the current point in time.
Btw, there is also jujutsu which also implements git, but it's not written in zig. I'm case you want to use something that's git the protocol, but not git the cli and you're not that adventurous.
yeah I use jj daily myself and for the most part am very happy with it. I still find xit to be a interesting take - been driving it for a day and it seems solid.