Re: [git-users] Clone sub-directory in the main repository

2015-10-06 Thread Konstantin Khomoutov
On Tue, 6 Oct 2015 03:39:30 -0700 (PDT) Anand Aravind wrote: > I had pushed my code in the structure below: > > Source: > >Win32 >Win64 >Ubunutu64 >Ubuntu32 > > I had to clone the code form Win32 Folder only. That's impossible due to the data model

Re: [git-users] How can I ignore insignificant change during merge ?

2015-10-06 Thread Konstantin Khomoutov
On Mon, 5 Oct 2015 05:11:29 -0700 (PDT) Jens Brejner wrote: > I need to merge a branch, +100k changes. The vast majority of changes > are insignificant, because they only represent a screen position in > the editor, so these changes should never have been in git - but but >