随笔分类 - GIT
摘要:1、git fetch git fetch #将本地分支与远程保持同步 git checkout -b 本地分支名x origin/远程分支名x #拉取远程分支并同时创建对应的本地分支 2、git remote set-url origin[当代码库远程迁移后,修改本地代码关联的远程地址] git
阅读全文
摘要:【规范】git规范 学习gitflow思想,参考网址 https://www.git-tower.com/learn/git/ebook/cn/command-line/advanced-topics/git-flow https://blog.csdn.net/xingbaozhen1210/ar
阅读全文