1.

Which of the following command is used to squash the commits?(a) rebase(b) squash(c) boot(d) all of the mentionedI got this question in quiz.Question is taken from CLI and Git Workflow topic in chapter Data Science Basics and Data Scientist Toolbox of Data Science

Answer»

Correct choice is (a) REBASE

To explain I WOULD SAY: In Git, there are two main ways to integrate changes from one branch into ANOTHER: the merge and the rebase.



Discussion

No Comment Found

Related InterviewSolutions