Hello, the project readme on github points here for submitting bug reports, but please let me know if I'm in the wrong place. Steps to reproduce: - create a remote repository at URL with commit(s) in it - e.g., a new github repo with README and LICENSE files auto-added - write some files in a local directory - git init - git add . - the contents of the directory are now in the index - git remote add origin URL - git pull origin master The local files added to the index are now completely wiped out and replaced with the remote content. I lose all my previous work. :/ This was pretty painful for me to lose a few days of work. I also couldn't stash my changes which I tried first, but git refused without an initial commit. Would have been nice if git warning me about the destructive operation. Cheers, Adam On Sat, Aug 3, 2013 at 9:57 PM, Adam A <hitsthings@xxxxxxxxx> wrote: > Hello, the project readme on github points here for submitting bug reports, > but please let me know if I'm in the wrong place. > > Steps to reproduce: > > - create a remote repository at URL with commit(s) in it > - e.g., a new github repo with README and LICENSE files auto-added > - write some files in a local directory > - git init > - git add . > - the contents of the directory are now in the index > - git remote add origin URL > - git pull origin master > > The local files added to the index are now completely wiped out and replaced > with the remote content. I lose all my previous work. :/ > > This was pretty painful for me to lose a few days of work. I also couldn't > stash my changes which I tried first, but git refused without an initial > commit. > > Would have been nice if git warning me about the destructive operation. > > Cheers, > Adam -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html