文件夹右键》Git Bash Here》输入以下三条命令

git status | grep modified | awk '{print $2}' > list.txt
mkdir temp
xargs -a ./list.txt cp --parents -t ./temp

相关文章:

  • 2021-10-03
  • 2022-02-15
  • 2021-05-28
  • 2022-12-23
  • 2022-02-12
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-27
  • 2021-11-03
  • 2022-12-23
  • 2021-05-01
  • 2022-12-23
  • 2022-03-09
  • 2021-12-27
相关资源
相似解决方案