首页 > 代码库 > git

git

1.清除本地未提交的变动

  git clean -df         未add的

  git checkout ./      未commit的

  

 

git