You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
315 B
Bash
13 lines
315 B
Bash
#!/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
|