以下不属于Git中版本回滚或合并的操作是( )。
A: Revert
B: Reset
C: Rebase
D: commit
A: Revert
B: Reset
C: Rebase
D: commit
举一反三
- 如果项目中文件hello.c的内容被破坏,执行( )使其还原至原始版本。 A: git reset -- hello.c B: git checkout HEAD -- hello.c C: git revert hello.c D: git update hello.c
- 如果项目中文件hello.c的内容被破坏,执行()使其还原至原始版本。 A: git<br/>reset -- hello.c B: git<br/>checkout HEAD -- hello.c C: git<br/>revert hello.c D: git<br/>update hello.c
- 以下哪个 Git 操作会将本地变更提交到远程仓库? A: git add B: git commit C: git status D: git push
- 以下哪组操作可以将本地修改的代码提交到远端库?①$ git add②$ git commit ③$ git push④$ git log –a ( ) A: A ①②③④ B: B ①③④ C: C ①③④ D: D ①②③
- 下面的Git命令哪个是创建仓库。 A: git init; B: git clone C: $ git config D: git commit