Valid 350-901 Dumps shared by EduDump.com for Helping Passing 350-901 Exam! EduDump.com now offer the newest 350-901 exam dumps, the EduDump.com 350-901 exam questions have been updated and answers have been corrected get the newest EduDump.com 350-901 dumps with Test Engine here:
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?
Correct Answer: B
The merge --squash feature takes all the commits from the bugfix branch, squash them into 1 commit, and merge it with your master branch.