Comments on: Using Decentralized Version Control for Your Presentation Demos http://jrwren.wrenfam.com/blog/2009/02/16/using-decentralized-version-control-for-your-presentation-demos/ babblings of a computer loving fool Mon, 21 Nov 2016 19:37:12 +0000 hourly 1 https://wordpress.org/?v=4.7.2 By: len smith http://jrwren.wrenfam.com/blog/2009/02/16/using-decentralized-version-control-for-your-presentation-demos/comment-page-1/#comment-30926 Tue, 17 Feb 2009 16:43:11 +0000 http://jrwren.wrenfam.com/blog/2009/02/16/using-decentralized-version-control-for-your-presentation-demos/#comment-30926 I just started doing this very thing and was going to post about it.

The only thing I would add, is to make this even better, you could have your starting point in one branch and finished code in another.

When you get ready to start your demo, you could

git checkout start

And if anything happens where you get stuck, you could always Martha Stewart it and say

git checkout finished

or create branches along the way to Martha Stewart different pieces

git checkout part2

]]>