Skip to content

Latest commit

 

History

History
executable file
·
9 lines (8 loc) · 99 Bytes

7.删除文件.md

File metadata and controls

executable file
·
9 lines (8 loc) · 99 Bytes
  • 删除Git文件

    git rm test.txt
    
  • 撤销删除

    git reset --hard HEAD