在項目所在路徑下輸入: git remote -v 獲得項目在服務器下的路徑如下:
origin ssh://git@ygl-redis:300/home/git/perfectunits-iphone (fetch)
origin ssh://git@ygl-redis:300/home/git/perfectunits-iphone (push)
在需要下載項目的路徑下輸入: git clone ssh://git@ygl-redis:300/home/git/perfectunits-iphone 下載項目
以后需要更新時,直接 git pull 就OK。