this post was submitted on 16 Jun 2023
3 points (100.0% liked)

Neovim

2304 readers
1 users here now

founded 2 years ago
MODERATORS
top 1 comments
sorted by: hot top controversial new old
[–] jrop@programming.dev 1 points 2 years ago

I really like the idea of this, and I go back and forth on this at times.

Philosophically, I think there is certain benefit to separating source-code from the idea of release artifacts, which makes me lean toward using an artifact repository for version management, rather than source-control.

Somewhere in the middle, there are tools that shoe-horn Git into being an artifact repository by abusing LFS, which I find intriguing. See gpm, for example.