+ 1
How does github works
2 Answers
+ 2
It's a website where you can host git projects.
+ 1
Open source code can be uploaded to a git project.
Github can be used to collectively show what you have developed or as a storage of your projects (public or private depending on your subscription and setting). Since the code is open source, they are a valuable resource for both learners (code reference learning) and employers (code review for potential job opportunity).