Git操做

Git經常使用操做命令  4 1) 遠程倉庫相關命令 檢出倉庫:$ git clone git://github.com/jquery/jquery.git 查看遠程倉庫:$ git remote -v 添加遠程倉庫:$ git remote add [name] [url] 刪除遠程倉庫:$ git remote rm [name] 拉取遠程倉庫:$ git pull [remoteName]
相關文章
相關標籤/搜索