git 使用

来源:互联网 发布:在线网络测速 编辑:程序博客网 时间:2024/05/16 09:07

git删除目录


git rm -r   dirname

git commit -a -m "delete dir"

git push origin master

0 0