如果项目中文件hello.c的内容被破坏,执行( )使其还原至原始版本。
A、git reset -- hello.c
B、git checkout HEAD -- hello.c
C、git revert hello.c
D、git update hello.c
发布时间:2025-07-24 10:02:52
A、git reset -- hello.c
B、git checkout HEAD -- hello.c
C、git revert hello.c
D、git update hello.c