I have a nextjs project and I want to push the changes to a private repository. The problem is after I write git push --force origin main
I get:
Enumerating objects: 15502, done.
Counting objects: 100% (15502/15502), done.
Delta compression using up to 4 threads Compressing objects: 100% (10926/10926), done.
Writing objects: 100% (15502/15502), 298.04 MiB | 4.02 MiB/s, done.
Total 15502 (delta 4468), reused 14796 (delta 4057), pack-reused 0
which means that everything has gone alright, but when I go to my repository nothing happened.