Google News
logo
Git - Quiz(MCQ)
What is the purpose of 'git filter-branch'?
A)
To perform garbage collection on a single branch
B)
To perform a text search inside a particular set of branches
C)
To list all local branches except the ones filtered out by some predicate
D)
To rewrite history by applying some operation to all commits

Correct Answer :   To rewrite history by applying some operation to all commits

Advertisement