culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is an interactive rebase in Git?

    Answers

    A rebase that requires confirmation for each step
    A rebase that lets you modify, reorder, combine, or delete commitsCorrect
    A rebase with a graphical interface
    A rebase that runs in real time

    An interactive rebase in Git is an operation that lets you modify commit history in a controlled way. When you run git rebase -i, an editor opens so you can choose what to do with each commit.