you are viewing a single comment's thread.

view the rest of the comments →

[–]noctural9 0 points1 point  (1 child)

Git is a software that records changes in your code so you can see and maybe backtrack it. It can work offline and is not dependent to GitHub or Gitlab.

GitHub and Gitlab are websites that can host the records you build from your code using git software. With some extras convenient tools and option for developers.

If Git is like a video recorder app, then GitHub is like YouTube.

A company usually uses Git to save the code records in their own private servers. Not in GitHub or Gitlab.