• 2022-06-17
    如果项目中文件hello.c的内容被破坏,执行( )使其还原至原始版本。
    A: git reset -- hello.c
    B: git checkout HEAD -- hello.c
    C: git revert hello.c
    D: git update hello.c