lnnrtwttkhn / version-control-book

Source code for the Version Control Book, a guide to Git for scientists
https://lennartwittkuhn.com/version-control-book/
Creative Commons Attribution Share Alike 4.0 International
7 stars 2 forks source link

Add section about differences between GitHub and GitLab #247

Open lnnrtwttkhn opened 2 weeks ago

lnnrtwttkhn commented 2 weeks ago

From my experience, there are no major differences regarding basic Git operations (push, pull, clone). (Some) minor differences I noticed: UI looks different (obviously), pull requests are called merge requests (which makes more sense IMHO), a bit more fine-grained accessibility levels, CI/CD works differently, GitLab Pages of private repos require login (cool feature IMO).

Some additional resources: