摘要:
https://blog.csdn.net/weixin_42617398/article/details/81807448 阅读全文
posted @ 2019-05-15 15:02
小K吃虾
阅读(4980)
评论(0)
推荐(0)
摘要:
首先查看当前分支:git branch -a 提交gitiginore文件,将.idea从源代码仓库中删除(-m 表示注解): git commit -m "commit and remove .idea" 推送远程端:git push origin develop 删除文件夹完毕。 阅读全文
posted @ 2019-05-15 13:23
小K吃虾
阅读(3764)
评论(0)
推荐(0)