In resolving conflicts, the _______ command can be used to revert files to their state before the merge conflict.
- git restore
- git reset
- git revert
- git checkout
The git restore command is used to restore files to a previous state. It can be helpful in reverting files to their state before a merge conflict occurred.
Loading...
Related Quiz
- Which Git command is used to download a repository from a remote server?
- The team needs to integrate a project within another project while maintaining separate version control histories. Which Git feature is the most appropriate?
- When would you use git checkout instead of git reset to undo changes?
- During a development cycle, a team needs to frequently update a shared repository while ensuring code quality. What Git-IDE integration feature can assist with this?
- How does Git support Agile development principles like collaboration and flexibility?