In my git repositiory, whenever I do any git commands like git status or git log, I get the error:
fatal: bad config file line 1 in .git/config
How do I rebuild that file or a new one?
In my git repositiory, whenever I do any git commands like git status or
Share
For those hitting into this issue (I believe it’s due to crashing out git mid init?) in windows, if you have a recent backup of the config file from your git repo’s .git/ folder you can fix it by replacing the existing with it (any ref’s added since the copy will obviously need re-adding) – not at all ideal but better than loosing all the commits.