How do you squash last N commits into a single commit?
Experience Level: Medior
Tags: GitSource control
Answer
Oops, we don't have the answer yet...
Ask our expert directlyRelated Git job interview questions
Why is it advisable to create an additional commit rather than amending an existing commit?
GitSource control MediorWhat is Git bisect? How can you use it to determine the source of a (regression) bug?
GitSource control MediorWhat does commit object contain?
GitSource control MediorHow do you find a list of files that wer changed in a particular commit?
GitSource control MediorHow do you revert a commit that has already been made public/pushed to a remote repository?
GitSource control Medior