i have created the git hub account rahul23134 i want to know how to use it and what is the use of this how can i use this .
regards
rahul
i have created the git hub account rahul23134 i want to know how to use it and what is the use of this how can i use this .
regards
rahul
GitHub hosts git repositories. Git is a Distributed Revision Control System which allows you to store source code (or other data) in a versioned repository, and then (if you so desire) share that information and collaborate with other people.
A good free book to get started with using Git is ProGit ( http://progit.org/book/ )
GitHub hosts Git repositories in such a way that it combines a social networking type site with a programming site to create a social programming site. You can just push your git repos up to GitHub to share your code with the world.