this post was submitted on 02 Jun 2026
269 points (94.1% liked)

Open Source

49141 readers
393 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

HelixNotes is completely free, open source, with no bloat. Your notes should be yours.

So we made sure they are. https://helixnotes.com/

you are viewing a single comment's thread
view the rest of the comments
[–] ZeroHora@lemmy.ml 11 points 3 months ago (1 children)

They could be hosting the source code on github or something like that and changed to couldberg no?

[–] funnyguy@lemmy.ml 7 points 3 months ago (2 children)

nope, the git history would move with the repo

[–] Thorry@feddit.org 15 points 3 months ago

This isn't a guarantee and also assumes the previous version management was git.

[–] Dultas@lemmy.world 1 points 3 months ago

Depends how you do it. Add a new remote and push, sure. Copy the src into a newly init repo, not so much. Granted there is no reason to do the latter but you could.