Hacker News new | ask | show | jobs
by e40 78 days ago
Does jj write to the .git directory or use git’s libraries (I assume they exist)?
1 comments

JJ doesn't directly touch the `.git` directory, it uses gitoxide¹ to perform git operations.

¹https://github.com/GitoxideLabs/gitoxide