blob: 85eef05931f9697e3bfaeb00b85a4af4685f5b9b [file] [log] [blame]
#!/bin/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