Index: docs/src/git-nav-downstream.demo.1.sh |
diff --git a/docs/src/git-nav-downstream.demo.1.sh b/docs/src/git-nav-downstream.demo.1.sh |
new file mode 100755 |
index 0000000000000000000000000000000000000000..ba22243c4cc149179f6ead50a0ea0733cbc4c3ee |
--- /dev/null |
+++ b/docs/src/git-nav-downstream.demo.1.sh |
@@ -0,0 +1,12 @@ |
+#!/bin/sh |
+. demo_repo.sh |
+ |
+silent git checkout origin/master |
+ |
+run git map-branches |
+pcommand git nav-downstream |
+git nav-downstream --pick 0 2>&1 |
+run git map-branches |
+run git nav-downstream 2>&1 |
+run git map-branches |
+ |