On Windows: (looks correct)

On WSL2 Ubuntu: (every file shows as ‘modified’) – WHAT IS HAPPENING??

I tried: <strong>git config core.autocrlf false</strong>, but it did not fix ubuntu
I then tried: <strong>git config core.autocrlf true</strong>
Bingo:(looks correct now)

Final Config:
<strong>git config --edit</strong>
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
ignorecase = true
autocrlf = true
[remote "origin"]
url = https://earnhardt-gitea.duckdns.org/PDM/bats.git
fetch = +refs/heads/:refs/remotes/origin/
[branch "master"]
remote = origin
merge = refs/heads/master
