this post was submitted on 09 Jul 2026
3 points (80.0% liked)
Opensource
6362 readers
114 users here now
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can you please learn how to use git or at least some source control software instead of creating a new (almost) empty repository every release? Pretty please with a cherry on top?
If you're just going to include source code archives in the release instead of pushing them to the repo itself, you should at least disable the automatic source code archives. But you'd be better off not using a source control website at all if you're not going to use source control.
I used tags this and releases with commits this time.
At a certain point it feels like he's intentionally misusing git.
I will not continue creating new repos because I am using tags and releases now, It was bad creating always new reposs thats why I will not continue creating new repos.