What is GitHub and do I need it?

GitHub is a web-based interface that uses Git, the open source version control software that lets multiple people make separate changes to web pages at the same time . As Carpenter notes, because it allows for real-time collaboration, GitHub encourages teams to work together to build and edit their site content.

Read more

Should I use GitHub or Git?

git is a local VCS software that enables developers to save snapshots of their projects over time. It’s generally best for individual use . GitHub is a web-based platform that incorporates git’s version control features so they can be used collaboratively.

Read more