您的位置:首页 > 其它

git 删除文件夹

2015-08-13 14:37 330 查看
1. 查看本地已经被删除的文件



2. 删除 文件夹以及文件夹下的文件

[root@test01 h2_mopub_replace]# git rm ../test_code_driver -r

3.

[root@test01 h2_mopub_replace]# git commit -m "调整框架"

4. 同步到远程分支

[root@test01 h2_mopub_replace]# git push origin code_optim_20150727:code_optim_20150727
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: