标签:
1. git pull you git url2. git checkout 3. rm -rf dirName4. git add --all5. git commit -m"remove dir"6. git push -u origin BranchName
github删除带有文件的文件夹
原文地址:http://www.cnblogs.com/martin-li/p/4940004.html