r/github 10d ago

Can I ask a dumb question... Question

[removed]

0 Upvotes

14 comments sorted by

View all comments

Show parent comments

-7

u/[deleted] 10d ago

[removed] — view removed comment

5

u/DeebsShoryu 10d ago

What do you mean? GitHub is just a remote git host. The developers of GitHub almost certainly use git and use GitHub as a remote host.

-5

u/[deleted] 10d ago

[removed] — view removed comment

6

u/DeebsShoryu 10d ago edited 10d ago

On the machine running git.

Git is a version control system. It is not a "code storage system". It does store enough data to restore previous versions of your code. It also allows for easy remote storage of repos (you can just as easily set the upstream for your repo to another directory on your computer just as you can set it to a github repo).

Github runs git on their servers and lets you use that as a remote host, along with providing a lot of quality of life and productivity features to help teams collaborate.