Code demo using git, part 2
Posted on Mon 17 October 2011 in Tools • Tagged with git demo
In my first post about using Git for doing a code demo, I mentioned in passing that making local changes during the demo can mess things up. I thought I’d mentioned some more about cleaning up local changes.
The cherry-pick method
Cleaning up local changes when using the cherry-pick …
Continue reading