QuestionQ444
Software Development and DesignA developer has created an enhancement to a core application feature. During development, changes were made on a branch named abcde-1a2b3c4d5ee1a2bb-c3. Conflicts occur when the developer attempts to merge the branch into production, so the pre-merge state must be recreated. Which Git command must be used?
- A git merge --commit
- B git merge --abort
- C git merge --no-edit
- D git merge --revert
Community Discussion