git远程仓库删除文件夹
git clone (项目地址)
git init
git rm -r dir/
git config --global user.email "your_email@youremail.com"
git add .
git commit -m "message"
git push origin master
- 如果出现
everything up-to-date
:
git add .
git commit -m "message"
推荐阅读
- CVE-2020-16898|CVE-2020-16898 TCP/IP远程代码执行漏洞
- gitlab|gitlab 通过备份还原 admin/runner 500 Internal Server Error
- gitlab|Gitlab升级(12.2.1到14.6.4)
- py连接mysql
- 常用git命令总结
- VM|VM ware 的 harbor 私有仓库搭建 (Ubuntu16.04)
- day16-Linux|day16-Linux 软件管理
- Xshell5|Xshell5 远程连接本地虚拟机Ubuntu16
- 为Google|为Google Cloud配置深度学习环境(CUDA、cuDNN、Tensorflow2、VScode远程ssh等)
- 圆形菜单