git n github #200927
Replies: 2 comments
-
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
Beta Was this translation helpful? Give feedback.
-
|
Short version: Git is the actual version control software that runs on your computer. GitHub is a website that hosts Git repositories online so you can collaborate with others. Think of it like this: Git is the engine, GitHub is the car dealership where you can store and share your car. If you're just starting out, you don't need to master Git before using GitHub. Make a repo on the website, upload a file, try making a commit - you'll pick it up as you go. The main commands you'll use daily are just: git add, git commit, git push, git pull. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the difference between Git and GitHub?
Beta Was this translation helpful? Give feedback.
All reactions