QuestionQ14
701.3 Source Code ManagementWhat is the purpose of the git rebase command?
- A Applying commits from one branch to another branch
- B Showing all changes of a file in chronological order
- C Removing a file from the Git history
- D Reverting a merge that was accidentally created
- E Changing the URL of a remote repository
Community Discussion