aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-02-25 16:30:37 +0000
committerAdam Spiers <git@adamspiers.org>2015-02-25 16:42:30 +0000
commiteade82cc7d86d6efd56fc74195618d45c7ce8803 (patch)
treebf7386afcfcee1b7da24a1fc5d154c872d08d9a5 /README.md
parent2bd9ea0f03a644cc3f5e7824d9ad0979ccdf94dc (diff)
downloadgit-deps-eade82cc7d86d6efd56fc74195618d45c7ce8803.tar.gz
embed new porting screencast demo
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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