A developer is working on a feature for a new application. The changes in the existing branch named 'feat00304' must be integrated into a single commit with the current working primary branch named 'prodapp411926287'. Which git command must be used?
- git rebase --merge feat00304
- git merge --squash feat00304
- git push --rebase feat00304
- git checkout --squash feat00304
Reveal Solution Next Question