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 from lesson n is based on code from lesson n
>> - 1
>> I've seen some tutorial like this who uses pull request or branches so
>> the students can checkout branches or look at the pull request to progress
>> step by step in the lessons.
>>
>> I just want to know which is (for you) the more practical way to do this
>> ? PR ? Tags ? Branches ? something else ?
>>
>>
> I talked with Drew Neil a bit about this in an episode of GitMinutes:
>
>
> http://episodes.gitminutes.com/2013/05/gitminutes-08-drew-neil-on-vim-and.html
>
> Here's his example tutorial that made use of "checkpoints" in Git:
> https://github.com/senchalearn/Presidents
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/git-users/5nbZAgUReVE/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2014-03-27 Thread 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 from lesson n is based on code from lesson n 
> - 1
> I've seen some tutorial like this who uses pull request or branches so the 
> students can checkout branches or look at the pull request to progress step 
> by step in the lessons.
>
> I just want to know which is (for you) the more practical way to do this ? 
> PR ? Tags ? Branches ? something else ?
>
>
I talked with Drew Neil a bit about this in an episode of GitMinutes:

http://episodes.gitminutes.com/2013/05/gitminutes-08-drew-neil-on-vim-and.html

Here's his example tutorial that made use of "checkpoints" in 
Git: https://github.com/senchalearn/Presidents

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.