Y
Hacker News
new
|
ask
|
show
|
jobs
by
esafak
79 days ago
The great thing about jj is that it is backend agnostic; it is the best gateway to newer version control systems.
1 comments
e40
78 days ago
Does jj write to the .git directory or use git’s libraries (I assume they exist)?
link
SAI_Peregrinus
78 days ago
JJ doesn't directly touch the `.git` directory, it uses gitoxide¹ to perform git operations.
¹
https://github.com/GitoxideLabs/gitoxide
link