git 常用命令

git 删除远程仓库目录

  • git rm -r --cached taotao-common/target
  • git commit -m "delete target"
  • git push
原文地址:https://www.cnblogs.com/fuyiming/p/6760790.html