码迷,mamicode.com
首页 > 其他好文 > 详细

git删除远程.idea目录

时间:2018-07-09 17:18:53      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:oba   保留   定位   global   commit   ast   登录   ide   代码   

1. 登录

Administrator@USER-20180708AB MINGW32 / (master)
$ git config --global user.name "yifanyifan"

Administrator@USER-20180708AB MINGW32 / (master)
$ git config --global user.email "895115828@qq.com"

2. 定位操作项目

Administrator@USER-20180708AB MINGW32 / (master)
$ cd C:/Users/Luke/IdeaProjects/ssmp-crud5

3. 删除缓存区.idea(保留工作区.idea)

Administrator@USER-20180708AB MINGW32 /c/Users/Luke/IdeaProjects/ssmp-crud5 (master)
$ git rm --cached -r .idea

4. 提交gitiginore文件,将.idea从源代码仓库中删除(-m 表示注解)

Administrator@USER-20180708AB MINGW32 /c/Users/Luke/IdeaProjects/ssmp-crud5 (master)
$ git commit -m "commit and remove .idea"

5. 推送到远程端

Administrator@USER-20180708AB MINGW32 /c/Users/Luke/IdeaProjects/ssmp-crud5 (master)
$ git push origin master

 

git删除远程.idea目录

标签:oba   保留   定位   global   commit   ast   登录   ide   代码   

原文地址:https://www.cnblogs.com/yifanSJ/p/9284623.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!