This post describes “know how” about the GitHub & links to Git Tuts
GIT is powerful source control tool & github provides cloud based free repo for opensource projects.
First create your account on GIThub https://github.com
Setup your gitbash on your machine ( use link http://help.github.com/win-set-up-git/ )
You can now create your own repo.
There are good tutorials on you tube about github
Setting up Repository on Github and Pushing First Project on GitHub Using Git –> http://www.youtube.com/watch?v=gAWiXbT599E
Some coolinks
Full book http://progit.org/ Python Video Trainings are also availbale at http://marakana.com/techtv/python-fundamentals-screencast-tutorials.html |