git and github
Blogs20112011-01-14
git and github
Git is an extremely fast, efficient, distributed version control system ideal for the collaborative development of software, GitHub is the best way to collaborate with others. Fork, send pull requests and manage all your public and private git repositories.
It is always a good idea to reserve projects code on gitHub, which is a public storage for store and version control.
The following codes are from my work and I keep reserved:
// Initial Checkout
$ git clone ssh://gitosis@williamjxj.com:2222/william_codes.git
$ git pull
$ git checkout -b my_branch origin/develop