QuestionQ377
Software Development and DesignA developer has fixed a bug found in an application's production code. A separate file named bug427896191v_fix contains the code changes. Which Git command must be used to incorporate the bug fix into the production code?
- A git rebase
- B git cat-file
- C git merge-file
- D git bisert
Community Discussion