
git
git的使用以及遇见的一些问题记录
YUJIAN。
这个作者很懒,什么都没留下…
展开
-
git-多人协作模式-分支管理
https://segmentfault.com/a/1190000013059664原创 2021-11-26 11:36:39 · 154 阅读 · 0 评论 -
hint: Waiting for your editor to close the file... error
merge的时候报错hint: Waiting for your editor to close the file… error解决方案:按左上角esc退出,然后输入 :wq (表示强制写入保存好像是)参考的文章找不到了,侵权了联系我原创 2021-11-25 13:30:55 · 2387 阅读 · 0 评论 -
旧git项目修改git仓库地址
旧git项目修改git仓库地址步骤:删掉git文件夹邮件git bash here然后git initgit remote add origin https://…git add .git commit -m ‘update git remote success’git push HEAD:master原创 2020-08-06 11:24:50 · 246 阅读 · 0 评论