How to Fix a Corrupted `.git/config` File — `fatal: bad config line 1` Error
## Introduction You're working on a project, you type `git status`, and suddenly: ``` fatal: bad config line 1 in file .git/config ``` Every git command is broken. You didn't change anything. What


