如何删除github上的某个文件夹?

sudo rm -rf dir
git add -A
git commit -m 'remove dir'

git push origin master


参考链接:

https://blog.csdn.net/Jarvenman/article/details/78835851

https://www.zhihu.com/question/20418177

猜你喜欢

转载自blog.csdn.net/u010999809/article/details/80562991
今日推荐