1
I’m making git push -f origin "branch name" and it doesn’t go to the remote repository at all. Since no error appears, I also changed some configs of buffers, which I do to solve?
Counting objects: 267, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (192/192), done.
Writing objects: 100% (267/267), 14.28 MiB | 0 bytes/s, done.
Total 267 (delta 62), reused 195 (delta 31)
Strange not to have reported any error. Tries to clone the repository again and overwrites your changed files, commits and then pushes.
– teliz