The "git rebase -i" command allows for _______ commits interactively.
- Randomizing
- Recovering
- Reversing
- Rewriting
The "git rebase -i" command allows for Rewriting commits interactively. It opens an interactive interface where you can squash, pick, edit, and reorder commits, providing flexibility in managing commit history.
Loading...
Related Quiz
- The HTML
- Which JavaScript framework is known for its simplicity and ease of integration into existing projects?
- Which of the following is NOT an authentication factor?
- You're working on a project with multiple team members. Two developers have made conflicting changes to the same function in different branches. How would you approach resolving this merge conflict?
- Your organization has experienced a data breach. Outline the steps you would take to respond and recover from the incident.