[git-users] Re: Interaction between checkin/checkout attributes : can I reorder filter, ident, text ?

2012-12-14 Thread lalebarde
bump (sorry) --

[git-users] Re: Interaction between checkin/checkout attributes : can I reorder filter, ident, text ?

2012-12-14 Thread John McKown
I am not an expert. In blunt fact, I'm rather new with git. But I looked at the documentation you mentioned here: http://www.kernel.org/pub/software/scm/git/docs/gitattributes.html >From my reading, the only processing which you can modify is the "filter" one. The "ident" does one only one "hard

[git-users] about add one remote's branch to local branch and keep update

2012-12-14 Thread lei yang
Hi experts, I use below command to add a remote git's branch to local branch git fetch g...@github.com:leiyang/git_testA.git master:local The question is: if remote tree's "master" branch update, how could I update local tree's "local" branch to sync with remote tree's "master"? Thanks Lei

Re: [git-users] about add one remote's branch to local branch and keep update

2012-12-14 Thread Konstantin Khomoutov
On Fri, 14 Dec 2012 07:02:11 -0800 lei yang wrote: > I use below command to add a remote git's branch to local branch > > git fetch g...@github.com:leiyang/git_testA.git master:local > > The question is: if remote tree's "master" branch update, how could I > update local tree's "local" branch

Re: [git-users] Pushing files into a subtree

2012-12-14 Thread Dale R. Worley
> From: "Philip Oakley" > > > How, then, do merges handle this information? If the "delta" is that > > ./a/123 was moved into ./b/456, does the merging process understand > > that, and move the same file in the destination directory? Or does it > > only do so if ./a/123 in the destination direc