List of questions
Related questions
Question 195 - 200-901 discussion
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?
A.
git rebase --merge feat00304
B.
git merge --squash feat00304
C.
git push --rebase feat00304
D.
git checkout --squash feat00304
Your answer:
0 comments
Sorted by
Leave a comment first