|
|
|
|
|
by chillfox
2976 days ago
|
|
I use the community edition of Gitlab at work and the cloud version for personal projects. Gitlab is a web interface for git.
It is like Github, but much better.
Gitlab also includes a great CI server (a bit like travis ci, or circle ci).
It has a docker registry if you need that.
It has issue tracking if you want to use that. There is an open source free community version that does most things.
There is also an enterprise version if you need permissions managed by Active Directory or something like that.
And there is a cloud-hosted version if you don't want to host your own instance. I hope that helps a bit. |
|