blob: b0ce57faedffe170c62cb838f3cbaa4ee348c25f [file] [log] [blame]
#!/usr/bin/env bash
. demo_repo.sh
run git map-branches
run git new-branch independent_cl
run git map-branches
run git new-branch --upstream subfeature nested_cl
callout 3
run git map-branches
run git checkout cool_feature 2>&1
run git new-branch --upstream_current cl_depends_on_cool_feature
run git map-branches