| ▲ | moron4hire 4 hours ago | ||||||||||||||||
If it's for work, why do you need GitHub at all? To me, GitHub only makes sense as a social media site for code. If you are publishing to GitHub with no intent to be open in your code, development process, and contributor roster, then I don't see the point of being on GitHub at all. Because it's not like their issue tracker is particularly good. It's not like their documentation support is particularly good. It's not like their search is particularly good. It's CI/CD system is bonkers. There are so many problems with using GitHub for its own sake that the only reason I can see to be there is for the network effects. So, with that in mind, why not just setup a cheap VPS somewhere with a bare git repo? It'll be cheaper than GitHub and you don't have to worry about the LLM mind virus taking over management of your VPS and injecting this kind of junk on you. | |||||||||||||||||
| ▲ | sumanthvepa 3 hours ago | parent | next [-] | ||||||||||||||||
Very true. We have a private git repository running on a server that serves as our master. Works fine for us. We backup to GitHub. But it isn't used in any way in the dev workflow | |||||||||||||||||
| ▲ | esafak 2 hours ago | parent | prev [-] | ||||||||||||||||
What do you use for code review and CI/CD then? | |||||||||||||||||
| |||||||||||||||||