I had asked another question but realized I miss-stated so deleted it. How do you resolve the following situation with Git? You have a repo. You clone the repo and make some changes to the source code. Before pushing, you use Github.com to add a new file (for example you create a readme file). I think you have a merge conflict if you try to push, but it seems trivial to fix since the files themselves don't contain conflicts. How do you resolve this?
I've had trouble in the past where I started working locally and went to make a repo and initialized it with a readme file (that the local copy didn't have) and got errors.
TL;DR I'm asking what happens if there are different files in the local repo (or the repo hasn't been initialized) and the remote repo, but the individual files don't conflict.