Git & GitHub
Simple instructions for a beginner to set his code on GIT repo:
https://kbroman.org/github_tutorial/pages/init.html
Couple of good sites that I come across this week that have excellent explanation on Git and GitHub:
http://git-scm.com/book/en/Getting-Started-Git-Basics
http://readwrite.com/2013/09/30/understanding-github-a-journey-for-beginners-part-1#awesm=~oFT1fA8SbuXSlO
What is Git?
As per http://git-scm.com/ , Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. That's a cool one line explanation about Git.
Looking for a still simpler explanation?
Git is a version control application.
So what is GitHub?
GitHub makes Git easier to use by providing the visual interface and provides social network kind of environment for your projects on the web.
No comments:
Post a Comment