- #1
fog37
- 1,569
- 108
Hello,
I am unsure I fully grasp the difference between Git and Github. This is what I think:
I am unsure I fully grasp the difference between Git and Github. This is what I think:
- Git is a free, open-source application for version control that runs locally on our machine. It is command line based.
- Github is a free hosting platform "based on Git" that was created by Microsoft. We can create online repositories containing our versions, share the versions and the repositories, collaborate, etc. which is something that we cannot do with Git.
- Git seems to be more for personal use to keep up with our versions in an organized fashion. I feel like when we are using Github we are essentially using Git on the web. By analogy, we can use Word on our own local computer but can also use Word on the cloud as part of Microsoft 365. Same software but in different settings (Github has also extra features that Git does not have).
- Github is also more GUI based than regular Git. However, now we can use Git Desktop which essentially works like Git but with a GUI interface...