zlacker

[parent] [thread] 1 comments
1. skydha+(OP)[view] [source] 2025-05-21 13:37:42
I just use ssh on a homeserver for personal projects. Easy to set up a new repo with `ssh git@<machine> git init --bare <project>.git`. The I just use git@<machine>:<project>.git as the remote.

I plan to use Source Hut for public projects.

replies(1): >>bayind+61
2. bayind+61[view] [source] 2025-05-21 13:43:31
>>skydha+(OP)
Your method works well, too. Since I license everything I develop under GPLv3, I keep them private until they mature, then I just flip a switch and make the project visible.

For some research I use a private Git server. However, even that code might get released as Free Software when it matures enough.

[go to top]