From eade82cc7d86d6efd56fc74195618d45c7ce8803 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 25 Feb 2015 16:30:37 +0000 Subject: embed new porting screencast demo --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4345173..5a777fc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ For example when porting a commit "A" between git branches via `git cherry-pick`, it can be useful to programmatically determine in advance the minimum number of other dependent commits which would also need to be cherry-picked to provide the context for commit "A" to cleanly -apply. +apply. Here's a quick demo! + +[![YouTube porting screencast](./html/images/youtube-porting-thumbnail.png)](http://youtu.be/DVksJMXxVIM) ### Use case 2: splitting a patch series -- cgit