git _______' is used to undo changes by creating a new commit with the opposite changes.
- back
- reset
- revert
- undo
The correct command is 'git revert.' This command creates a new commit that undoes the changes made in a previous commit. 'git reset' is used for more aggressive changes, and 'git undo' and 'git back' are not valid Git commands.
Loading...
Related Quiz
- The ________ package in R is widely used for data manipulation.
- When receiving critical feedback on their data analysis, a professional data analyst should:
- The _________ model is a project management approach that emphasizes incremental delivery of data solutions.
- In BI tools, what is the purpose of a dashboard?
- ________ analysis is a data mining technique used for exploring large text datasets to discover meaningful patterns.