CiscoCisco
200-901 · Question #266
200-901 Question #266: Real Exam Question with Answer & Explanation
Sign in or unlock 200-901 to reveal the answer and full explanation for question #266. The question stem and answer options stay visible for context.
Software Development and Design
Question
A developer is working on a feature for a new application. The changes in the existing branch named 'feat00304' must be integrated into a single commit with the current working primary branch named 'prodapp411926287'. Which git command must be used?
Options
- Agit rebase --merge feat00304
- Bgit merge --squash feat00304
- Cgit push --rebase feat00304
- Dgit checkout --squash feat00304
Unlock 200-901 to see the answer
You've previewed enough free 200-901 questions. Unlock 200-901 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Git#Branching and Merging#Version Control#Squash Commit