Re: [git-users] Re: Best way to make a step-by-step tutorial using Git

2014-03-28 Thread Olivier Revollat
Thanks a lot ... I also discover "gitminutes", cool :) 2014-03-27 18:53 GMT+01:00 Thomas Ferris Nicolaisen : > On Thursday, March 27, 2014 9:26:25 AM UTC+1, Olivier Revollat wrote: >> >> Hello, i would like to make a PHP development tutorial and it's basically >> a step by step approach : code

Re: [git-users] Re: Controlling where submodules are recorded?

2014-03-28 Thread Magnus Therning
On Fri, Mar 28, 2014 at 7:58 AM, Thomas Ferris Nicolaisen wrote: > > > On Thursday, March 27, 2014 8:04:00 PM UTC+1, Magnus Therning wrote: >> >> I've just started taking a closer look at vcsh for keeping my >> dot-files in git. Currently I'm keeping them all in a single git >> repo, which I chec

[git-users] How do I find the branch of each parent of a merge commit?

2014-03-28 Thread Alex Rodrigues
I would like to find the branches that contributed to a commit that was the result of a merge. If I am able to find the SHASUM of each of the versions that contributed to the merge (i.e. the parents), how can I get the branch of each of the parents? Note that the merge could have been done from