ExamGecko
Question list
Search
Search

Question 379 - 200-901 discussion

Report
Export

A developer is working on a new feature in a branch named 'newfeat123456789' and the current working primary branch is named 'prim987654321'. The developer requires a merge commit during a fast forward merge for record-keeping purposes. Which Git command must be used?

A.

git merge --no-ff newfeat123456789

Answers
A.

git merge --no-ff newfeat123456789

B.

git commit --no-ff newfeat123456789

Answers
B.

git commit --no-ff newfeat123456789

C.

git add --commit-ff newfeat123456789

Answers
C.

git add --commit-ff newfeat123456789

D.

git reset --commit-ff newfeat123456789

Answers
D.

git reset --commit-ff newfeat123456789

Suggested answer: A

Explanation:


asked 07/10/2024
Patrick Herrington
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first