随笔分类 -  git

摘要:git remote 不带参数,列出已经存在的远程分支 git remote -v //verbose 列出所用远程仓库详细信息,在每一个名字后面列出其远程url git remote add [远程仓库名称] [远程仓库url] eg: git remote add gitee git@githu 阅读全文
posted @ 2021-04-02 17:06 zeroPatrick 阅读(51) 评论(0) 推荐(0)
摘要:git branch //查看本地分支 git branch -a //查看本地与远程所有分支 阅读全文
posted @ 2021-04-02 16:57 zeroPatrick 阅读(77) 评论(0) 推荐(0)