How Git Saved My Workshop
emmett9001.tumblr.com
How Git Saved My Workshop
1–4 of 4 posts
Re: How Git Saved My Workshop
#2Re: How Git Saved My Workshop
#3I'm a first semester Grad School at Pace. My major is Computer Science. To be honest, I don't have any experience working in the field. However, I do have some programming experience. I'm happy to say that Emmett was fantastic in explaining how to create video games. I was blown away with how much he really is into this. The wealth of knowledge that he possesses is amazing. I hope that he does another workshop at Pac…
Re: How Git Saved My Workshop
#4I actually used a similar technique for a course I taught on rapid web prototyping, it turned out well: https://github.com/amontalenti/rapid-web/tags
The other cool thing about setting up these tags is making it easy to use Github's compare view to see the differences between any number of steps. e.g. in his example, here is the difference between step 0 and step 1 of his tutorial:
https://github.com/emmett9001/iPhoneGameDemo/compare/0_ready...