QuestionQ71
Software Development and DesignA developer intends to create a new bugfix branch to correct a bug discovered on the release branch.
Which command accomplishes this task?
- A git checkout -t RELEASE BUGFIX
- B git checkout -b RELEASE BUGFIX
- C git checkout -t BUGFIX RELEASE
- D git checkout -b BUGFIX RELEASE
Community Discussion