andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.07k stars 147 forks source link

add a default .gitconfig file to the test harness #212

Closed oreinert closed 1 year ago

oreinert commented 1 year ago

This fixes the test cases that started failing with Git 2.38.1:

It also supresses the annoying message about the default branch name.

oreinert commented 1 year ago

Or perhaps a sequence of "git config ..." statements would be preferable?

andsens commented 1 year ago

Oh yes, definitely. Then you don't have to worry about changes in format, syntax, accidental overwrites if something is done before that etc.. That would be much better.