I am getting this error when I try to push to git and I have no idea how to fix it.
Counting objects: 1239, done. Delta compression using up to 4 threads. Compre
You can revert git add before commit.
Check this question: How to undo 'git add' before commit? It should work. And don't send big files to git, it's not worthy ;)
Also, exclude your logs, by adding git ignore on your logs path.