DEV Community

Discussion on: Github or Git?

Collapse
 
mirajussalehin profile image
sayem

The difference between Github and Git is the same as the difference between Pornhub and porn 😄. Just kidding!!!!
Git is an open-source, version control tool created in 2005 by developers working on the Linux operating system; GitHub is a company founded in 2008 that makes tools that integrate with git. You do not need GitHub to use git, but you cannot use GitHub without using git. In simple words, Git is a version control system that lets you manage and keep track of your source code history. Github is cloud-based hosting that lets you manage Git repositories.
You can say Git is the heart ❤️ of Github

Collapse
 
blackr1234 profile image
Info Comment hidden by post author - thread only visible in this permalink
blackr1234

Pornhub and porn <-- that's true. 😂😂

Collapse
 
jeddevs profile image
Theo

To be fair, I built my first website in github without any git 😄 - I may have had to upload dependencies, 50 files at a time myself, and it may have taken me around 3 hours to do just that but I did it - and that's what counts. 😂

Some comments have been hidden by the post's author - find out more