Self-hosted Git Server
petekeen.net
Self-hosted Git Server
1–10 of 62 posts
Re: Self-hosted Git Server
#2However, I couldn't part with the excellent tools that GitHub has developed (and will continue to develop) over the years.
Re: Self-hosted Git Server
#3An elegant solution for you, no doubt. However, I couldn't part with the excellent tools that GitHub has developed (and will continue to develop) over the years.
Re: Self-hosted Git Server
#4An elegant solution for you, no doubt. However, I couldn't part with the excellent tools that GitHub has developed (and will continue to develop) over the years.
I still use GitHub quite a lot, but I've started using a private installation of GitLab[1] for private projects and I quite love it. So far, I've only been using it for myself, so I'll admit I haven't really touched the collaborative features, but it does seem to have a lot of the nice features from GitHub. https://www.gitlab.com/
Re: Self-hosted Git Server
#5Re: Self-hosted Git Server
#6But then I wrote something people actually used. And they wanted it on Bitbucket, and then on Github, so they could contribute to it and track its progress.
Now that I've come in from my Zen training out in the wilderness, I feel that the old me who wanted "control" over all of my creations was immature and selfish, abstaining from participation in a community and helping no one but myself. I think that the social aspect of hosted coding sites, both for collaboration and exposure, is much more valuable than the control you get from running the whole show yourself.
Re: Self-hosted Git Server
#7java -jar gitbucket.war
Re: Self-hosted Git Server
#8I spent years out in the woods with my own projects page that nobody could find and very few cared about, happily cutting trees down with nary a witness. I wanted control over backups, presentation, availability. I was terrified of relying on services that could disappear. I found self promotion distasteful, and I was happy to do the work just for its own sake, for the enjoyment of that process. But then I wrote some…
No, I'm more concerned about branding. If someone comes to my site and I direct them somewhere else, I lose them. If they stay on my site and browse around, my site's look and feel is indelibly linked with my code, my projects, and ultimately me as a professional software developer.
Re: Self-hosted Git Server
#9Use Github, Bitbucket, and your own "server" all at once. None have to be read-only. Push and pull from multiple sources.
Decide that Github is no longer the place for you? No problem! People contributing to your projects should already know where to push to reach everywhere it needs to go and they only need to stop pushing to github.
No reason to rely on a "central" repo.
Re: Self-hosted Git Server
#10I spent years out in the woods with my own projects page that nobody could find and very few cared about, happily cutting trees down with nary a witness. I wanted control over backups, presentation, availability. I was terrified of relying on services that could disappear. I found self promotion distasteful, and I was happy to do the work just for its own sake, for the enjoyment of that process. But then I wrote some…
Honestly, I'm not super concerned about GitHub disappearing in a puff of octocat ink one day. I know they're around for the long haul and I think they've done great things for open source. No, I'm more concerned about branding. If someone comes to my site and I direct them somewhere else, I lose them. If they stay on my site and browse around, my site's look and feel is indelibly linked with my code, my projects, and…