Closed michaelblyons closed 5 years ago
Add the missing dot to .git. Also assume that other files with the same name pattern match, too (/.git/config.bkp, /.git/config~, etc.).
.git
/.git/config.bkp
/.git/config~
Does this need further work to be merged?
Nope, just needed a friendly reminder to merge it 🙂 .
Add the missing dot to
.git
. Also assume that other files with the same name pattern match, too (/.git/config.bkp
,/.git/config~
, etc.).