首页 > 其他 > 详细

git commit 之后 push 之前,想删除 个别的commit 文件

时间:2016-03-12 01:30:09      阅读:289      评论:0      收藏:0      [点我收藏+]


git rm --cached <file_name>

git commit?“删除了<file_name>文件"

git rm --cached <file_name> will remove the file from the stage.

?

git commit 之后 push 之前,想删除 个别的commit 文件

原文:http://www.cnblogs.com/icenter/p/5267696.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!