1.比如src/product/ 文件夹

git rm -r --cached "src/product" //执行命令.

 

2.提交到本地

git commit -m" 删除src/product文件夹l"

 

3.提交到远程服务器

git push -u origin master

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-16
  • 2021-05-22
  • 2022-12-23
  • 2021-11-22
  • 2022-02-14
  • 2022-12-23
相关资源
相似解决方案