culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is accomplished with the git rebase command?

    Answers

    Adjusting commit historyCorrect
    Merging branches
    Deleting files
    Cloning repositories

    git rebase is used to reorganize or adjust the commit history of a branch.