删除github里面的文件夹?

删除步骤:

1、git pull 仓库地址

2、git checkout

3、rm -r 文件夹名字

4、git add --all

5、git commit -m "remove dir"

6、git push 仓库地址

 

posted @ 2017-03-18 14:06  Lucky锦  阅读(166)  评论(0编辑  收藏  举报