Source codes are very simply just files in folders like the way we have word documents, we also have our code is stored in files and folders just like excel files or any other word documents for that matter.
Why do we need version control for our code?
In programming, a lot of people work together on a lot of files so for example if we are building a web application or an iOS application or an Android application, there is gonna be a bunch of files in a bunch of folders. Version control allows us to track what we worked on what our teammates are working on. So we don't clash the changes and we don't overwrite each other's changes and even if we do work on the same files.
What is GitHub?GitHub is a platform that helps people to solve problems by binding software together. At a high level, GitHub is a website and cloud-based service that helps developers store and manage their code GitHub provides a Web-based graphical interface.
Is GitHub free?
Up until now, GitHub has been free only for use on public repositories and open source projects, but moving forward non-paying users can access unlimited private repositories — though with an upper restriction of three collaborators.
git add GitHub.blog
git commit -m 'This is a blog about GitHub'
GitHub
No comments:
Post a Comment