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

git rm使用

时间:2017-03-16 22:49:54      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:rm   git   

git rm file将文件从缓存区和你的硬盘中(工作目录)删除

git rm demo1.txt

命令行输出

技术分享


git rm --cached file在工作目录中留着该文件

git rm --cached hello.php

命令行输出

技术分享

本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1907157

git rm使用

标签:rm   git   

原文地址:http://suyanzhu.blog.51cto.com/8050189/1907157

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