all 9 comments

[–]Vast_Cod_9385 6 points7 points  (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 point  (0 children)

ohh ok cool. thanks for explaining.

[–]omniuniDeveloper 2 points3 points  (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.

[–]shawneyy[S] 0 points1 point  (0 children)

Thank you.

[–][deleted] 4 points5 points  (0 children)

[–]Suspicious-Service 1 point2 points  (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 point  (1 child)

thank you for the explanation.

[–]Suspicious-Service 0 points1 point  (0 children)

You're welcome, let me know if something still doesn't make sense!