For further actions, you may consider blocking this person and/or reporting abuse
Read next
9 Open Source Projects Every Developer Needs to Bookmark 📚👨💻
Madza -
Quickly and Easily Manage Multiple SSH and GPG Keys Across Git Repositories
JT Ziolo -
🎉 𝗚𝗶𝘁 𝗖𝗵𝗲𝗮𝘁 𝗦𝗵𝗲𝗲𝘁 𝗳𝗼𝗿 𝗛𝗮𝗰𝗸𝘁𝗼𝗯𝗲𝗿𝗳𝗲𝘀𝘁 2024! 🎉
Himanshu -
🚀 Azure DevOps vs GitHub Actions: A Comprehensive Guide with Examples & Performance Metrics ⚙️
Hamza Khan -
Top comments (6)
Well, git is a SCM (source control manager) software while GitHub is an online hosting service built around git
Thank you
What exactly do you want to know / are confused?
git is just a locally installable software.
GitHub is a popular online platform; having GitLab and BitBucket as alternatives. You might even host by yourself, like Gitea.
But you don't really have to send your files online in the first place.
Ok thanks for the info
Git is a technology used for source control. It's open source, and can be used by anyone in a lot of different ways. But there's some setup involved.
GitHub is one of many companies that let you use Git without setting up a lot of stuff yourself, like a server to keep the code private or for sharing publicly.
Thank you