A developer is working on a feature for a new application. The changes in the existing branch named 'feat00304' must be
Posted: Fri Jul 22, 2022 2:52 pm
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?
A. git rebase --merge feat00304
B. git merge --squash feat00304
C. git push --rebase feat00304
D. git checkout --squash feat00304
A. git rebase --merge feat00304
B. git merge --squash feat00304
C. git push --rebase feat00304
D. git checkout --squash feat00304