1.

Which of the following creates new commit when you pull new changes from master to the feature branch?

Answer»

Which of the following creates new COMMIT when you pull new changes from master to the feature branch?
CHOOSE the correct option from below LIST
(1)git pull ORIGIN master
(2)git merge master
(3)git rebase master

Answer:-(2)git merge master



Discussion

No Comment Found