_________ is a Git command used to rewrite commit history.
- git checkout
- git commit --amend
- git rebase
- git reset
Git rebase is a command used to rewrite commit history by combining multiple commits into one or more new commits. It's often used to clean up commit history or to integrate changes from one branch into another in a more organized manner.
Loading...
Related Quiz
- The _________ layer of the OSI Model provides services for error detection and correction.
- In a banking application, you're tasked with designing classes for different account types such as savings, checking, and credit. How would you ensure proper encapsulation and abstraction in your design?
- How can you check if a string is a palindrome using arrays and strings?
- Which layer of the OSI Model is responsible for establishing, maintaining, and terminating connections between devices?
- What is the role of Boyce-Codd Normal Form (BCNF) in database design?