DEV Community

Discussion on: Gitlab VS Github VS BitBucket. Which one deserve your time ? ⌚️👀

Collapse
 
ianwijma profile image
Ian Wijma

I use it daily at work. And the reason why we use it is because it's way easier then git command wise imo. For example to add AND remove files you just use hg addremove and all files you added and removed are synced.

Also you don't need to stash file for a commit. All files are committed by default. You still can commit only certain files. But I personally never used that feature in git of mercurial and normally just used git add . to stash all files for a commit.

Thread Thread
 
yoadev profile image
Younes

Ow interesting thank you !

Why does git became popular if mercurial is faster ?

Thread Thread
 
kerberosmorphy profile image
KerberosMorphy

I help a teacher in a programming class at university and we switch from mercurial to git and I'm really happy of that. Found it easier to help student and the mecanic to bundle and un bundle a project is so much more easier with git.

As for the platform, we were on Bitbucket but now that we are with git we evaluate Github VS GitLab.
I use GitLab a lot at my job and I think GitLab could be easier to teach for new student or student who will only have one or two programming courses.

But there's also Github classroom, I will test it this semester, I'm looking to automatize correction for semesters project directly in github.