摘要: 1.克隆指定的分支 首先 git branch -r #查看远程分支 或 git branch -a #查看所有分支使用Git下载指定分支命令为:git clone -b 分支名仓库地址2.切换分支首先git brach -r 查看远程分支或者git branch -a 查看所有分支git chec 阅读全文
posted @ 2019-01-23 17:31 wjj1013 阅读(243) 评论(0) 推荐(0) 编辑
摘要: git branch不显示本地分支的问题 当用git branch -a 显示的是空的,可能是你刚拉下来代码,还没有进行过commit或者push操作所以看不到分支 你可以找一个文件修改一下,进行commit操作,然后push上去 阅读全文
posted @ 2019-01-23 17:27 wjj1013 阅读(1559) 评论(0) 推荐(0) 编辑
摘要: git中Please enter a commit message to explain why this merge is necessary. git 在执行合并的时候 git merge 出现的错误 Please enter a commit message to explain why th 阅读全文
posted @ 2019-01-23 14:55 wjj1013 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 企业微信开发步骤 1.拿到企业的id,在我的企业,拖到最下面拿到企业id 2.拿到SECRET,这个secret只有先创建应用才会产生出来 阅读全文
posted @ 2019-01-23 10:50 wjj1013 阅读(737) 评论(0) 推荐(0) 编辑