MCQs > IT & Programming > Git > How to switch between spaces and tabs in Windows ?

Git MCQs

How to switch between spaces and tabs in Windows ?

Answer

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

Git Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Git Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it