DEV Community

Discussion on: GitLab Vs Github why would chose one over other

Collapse
 
ramlev profile image
Hasse R. Hansen • Edited

I Use gitlab for almost everything, only github if my customers prefer.

Pros on gitlab:

  • Automatic creation when pushing to not existing repos.

$ git remote add git@gitlab.com:USER/repo.git && git push origin master

creates the repo as privat on gitlab (github dont have that)

  • Issue boards
  • User roles
  • unlimited public AND private repo's
  • not owned by Microsoft
Collapse
 
mraza007 profile image
Muhammad

Wow that's pretty cool trick ill use that and sadly github doesn't offers that