Y
Hacker News
new
|
ask
|
show
|
jobs
by
gcr
198 days ago
Why are you using git tools within collocated jj repositories? I never understood that use case tbh
2 comments
janquo
198 days ago
Some company tooling / git oneliners from internet / and probably most relevant for me is git plugins for neovim / some personal scripts I would have rewrite to work both in .git and .jj repos
link
charlie-83
198 days ago
JJ doesn't support git LFS is a common reason.
link
adastra22
198 days ago
Is there a jj solution for git LFS?
link
steveklabnik
197 days ago
There’s a PR open with basic support but hasn’t been merged yet.
Large files in general is something the project would like to solve but it’s gonna take time.
link