I'm just wrapping up the work to migrate my company away from Gitlab to Github and this happens. I did it because I figured Github has to have better reliability / uptime than Gitlab. Someone joked that as soon as the migration is done Github will have some major downtime.sigh
q3k|6 years ago
Not to mention, if you get the self-hosted route you can use Gerrit, which is still miles better for code review than GitHub, Gitlab, bitbucket and co.
grey-area|6 years ago
apt install git-all
is enough to host your own git server. Put it behind a firewall to limit access and use standard linux users with ssh keys for access control if you don't need anything fancy. For small companies I'm not sure you need anything else. Of course if you need different levels of access etc then you'll need more sophisticated tools, but many people won't.
Code review I do using local tools (the editor) face to face, again not sure you need an online service for that unless you're a larger company with lots of developers coordinating (in which case it becomes pretty essential).
myvoiceismypass|6 years ago
gfdgfdg|6 years ago
tauchunfall|6 years ago
Have you looked at the GitHub incident history? https://www.githubstatus.com/history
unknown|6 years ago
[deleted]
benceno|6 years ago
[deleted]
shhsshs|6 years ago
celticninja|6 years ago
swebs|6 years ago
Why the hell would you think that after the Microsoft acquisition?