ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 260 - 350-901 discussion

Report
Export

A developer is working on a bug fix. The existing branch named 'bugfix05328' needs to be merged with the current working primary branch named 'prim404880077'. All changes must be integrated into a single commit instead of preserving them as individual commits. Which git command must be used?

A.

git checkout – –squash bugfix05328

Answers
A.

git checkout – –squash bugfix05328

B.

git merge – –squash bugfix05328

Answers
B.

git merge – –squash bugfix05328

C.

git rebase – –merge bugfix05328

Answers
C.

git rebase – –merge bugfix05328

D.

git push – –rebase bugfix05328

Answers
D.

git push – –rebase bugfix05328

Suggested answer: B
asked 10/10/2024
Haitham Hanash
27 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first