删除远程文件

git rm --cached controller/target/classes/com/wjz/controller/exception/ControllerException.class

删除远程文件夹

git rm --cached -r controller/target

提交

git commit -m "删除文件或文件夹"

push到远程

git push

 

相关文章:

  • 2021-08-24
  • 2021-11-22
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2021-06-16
  • 2021-12-24
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
相关资源
相似解决方案