ExamGecko
Question list
Search
Search

Question 195 - 200-901 discussion

Report
Export

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

Answers
A.

git rebase --merge feat00304

B.

git merge --squash feat00304

Answers
B.

git merge --squash feat00304

C.

git push --rebase feat00304

Answers
C.

git push --rebase feat00304

D.

git checkout --squash feat00304

Answers
D.

git checkout --squash feat00304

Suggested answer: B
asked 07/10/2024
Hasan Elmas
51 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first