天天看點

git 删除檔案夾

1. 檢視本地已經被删除的檔案

git 删除檔案夾

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