Clear git local cache

git rm -r --cached .
git add .
git commit -am 'git cache cleared'
git push
dotnet ef database update