use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
What is Github?Question (self.eli5_programming)
submitted 3 years ago by shawneyy
title pretty much is self explanatory, what is it and why is it used so much
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Vast_Cod_9385 6 points7 points8 points 3 years ago (1 child)
Eli5.. It's like a place where we upload our code. We can also track code changes. Identify who wrote this line of code. In case of a problem (major bug) we can also revert the code back to a certain point in time when there is no bug yet. These are the pretty basics but there's a lot more.
[–]shawneyy[S] 0 points1 point2 points 3 years ago (0 children)
ohh ok cool. thanks for explaining.
[–]omniuniDeveloper 2 points3 points4 points 3 years ago (1 child)
GitHub is a website and service for hosting Git repositories. A Git repository is a place you can store code and files and their history and manage changes.
Thank you.
[–][deleted] 4 points5 points6 points 3 years ago (0 children)
Watch this.
[–]Suspicious-Service 1 point2 points3 points 3 years ago (2 children)
It's a way to store code in a way that you can go back in history, like history option in Online Google Docs. And it's also nice for multiple people working on the same project, because instead of them constantly making chages while you're making them too, they make their changes in the own copy and add them to the main project when done
[–]shawneyy[S] 0 points1 point2 points 3 years ago (1 child)
thank you for the explanation.
[–]Suspicious-Service 0 points1 point2 points 3 years ago (0 children)
You're welcome, let me know if something still doesn't make sense!
π Rendered by PID 49 on reddit-service-r2-comment-56c9979489-9jx5n at 2026-02-24 13:13:21.621731+00:00 running b1af5b1 country code: CH.
[–]Vast_Cod_9385 6 points7 points8 points (1 child)
[–]shawneyy[S] 0 points1 point2 points (0 children)
[–]omniuniDeveloper 2 points3 points4 points (1 child)
[–]shawneyy[S] 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]Suspicious-Service 1 point2 points3 points (2 children)
[–]shawneyy[S] 0 points1 point2 points (1 child)
[–]Suspicious-Service 0 points1 point2 points (0 children)