Git(進擊學習:遠程倉庫操作)-V3.0

1.查看當前的遠程倉庫:git remote或git remote -v   2.添加遠程倉庫:git remote add [shortname] [url]   git remote add pb git//github.com/pa/tic.git   現在可以用字符串 pb 指代對應的倉庫地址了   3.查看遠程倉庫信息:git remote show [remote-name]   gi
相關文章
相關標籤/搜索