1. git與github的區別html
Github is a host which stores many repos, people using git can put their projects on it. Git is a software. You can use it for version control. You can also use it without Github and just store your code locally.git
Git是一個分佈式版本控制工具,不少有名的軟件都使用Git來進行版本控制,與經常使用的版本控制工具CVS、SVN等不一樣,它採用了分佈式版本庫的方式,沒必要服務器端軟件支持,使源代碼的發佈和交流極其方便,GitHub是流行的Git存取站點,能夠託管各類Git庫,開源項目能夠經過GitHub免費託管,GitHub深受廣大程序員的喜好(摘自http://www.williamlong.info/archives/3351.html)程序員
git建立(http://www.yangzhiping.com/tech/github.html)github
2. git下載spring
git下載http://code.google.com/p/msysgit/downloads/list(注意:git有不少軟件版本,經常使用的是msysgit,使用方法見http://hi.baidu.com/mcspring/item/198f1e977f8f98bccd80e5b3)
服務器
github下載 官網https://github.com/分佈式