6

I cannot understand the reasoning behind anyone using Gitlab instead of Github
I have to use it (gitlab) for a project, and these are my observations:
- clicking on one of the tabs on a project throws an internal server error
- under activity, the creation of the repo is listed under issues activity??
- cannot manage to push, even though I have the developer role (permissions broken?)

Ps: when choosing tabs, typing "gitlab is a" comes up with "gitlab is a joke" as autocompletion ;)

Comments
  • 0
    @FlameHazeLinux I understand the first one, but what do you mean about the cloud?
  • 1
    ^ you can host it locally, not sure about github
  • 0
    @BindView I see
  • 1
    GitLab:
    free private repos,
    ability to create your own git server if you don’t want to use the cloud, transparent about anything they break (i kinda like that),
    Built in Ci/CD jobs,
    They break things (so i know they are adding and changing things on a regular basis)

    Other then that it’s GitHub for the most part.

    GitHub:
    Not so free,
    Known as the “go to” site for git
  • 0
    The best part of gitlab is that it removes your bugs for you automagically.
  • 1
    @C0D4 I second this.
Add Comment