I was able to "git add" my files, then "git commit". That went well. When I tried to push to the remote, I got error where Git was hinting to first "git pull" then try again. So I did a "git pull". But I ended up getting a bunch of CONFLICTs but only on some DLL files. I guess it's because we should be adding them to the .gitignore which we did not do yet.
How do I fix this current push?