[git-users] merge a conflict

2013-12-12 Thread thufir
I've read about what a merge conflict is: http://githowto.com/resolving_conflicts but I'm not sure that's the situation. Whether I checkout the master branch or the new branch, they both give their status as: nothing added to commit... and all commits have been pushed to github so that

Re: [git-users] merge a conflict

2013-12-12 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 03:05:14 -0800 thufir hawat.thu...@gmail.com wrote: [...] thufir@dur:~/NetBeansProjects/MudSocketClient$ thufir@dur:~/NetBeansProjects/MudSocketClient$ git branch * 001try_in_thread master thufir@dur:~/NetBeansProjects/MudSocketClient$

Re: [git-users] merge a conflict

2013-12-12 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 03:40:24 -0800 (PST) THUFIR HAWAT hawat.thu...@gmail.com wrote: Why didn't it say that there were conflicts? I mean, the files were totally different. Because your history looked something like this (I suppose): -A-B-C = master \-D-E = 001try_in_thread so as you

Re: [git-users] merge a conflict

2013-12-12 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 03:40:24 -0800 (PST) THUFIR HAWAT hawat.thu...@gmail.com wrote: Why didn't it say that there were conflicts? I mean, the files were totally different. And one more aspect to this, which I forgot to point out... Git *would* take differences in files when doing a merge *if*