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.查 阅读全文
posted @ 2016-04-03 12:11 qize 阅读(542) 评论(0) 推荐(0)