Correct Answer: git config --global filter.tabspace.smudge 'gunexpand --tabs=4 --first-only' git config --global filter.tabspace.clean 'gexpand --tabs=4 --initial'
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Git MCQ Questions