Hello i have a problem... When i push my new repo on github i have 40209 object pushed in same times and i have "Changes not staged for commit:" for three files.
I tried several command like changing the remote,
git add -A
git init
git add .
git commit -m "Initial commit"
and
git remote add origin <github-uri>
git push -u --force origin master
etc and create repo on github website and clone but nothing work.
Do you have idea to solve my problem?
I think a picture is worth a thousand words. https://i.stack.imgur.com/C0DYc.png