0 votes
in Git by

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

(1)git pull origin master
(2)git merge master
(3)git rebase master

1 Answer

0 votes
by

Correct Answer is

git merge master

Related questions

0 votes
asked Jun 8, 2020 in Git by DavidAnderson
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...