Sha256: 39dec963dde99dfdef3e3565d0a5f71e856c070237754bd0ab3cb72b64b8d153
Contents?: true
Size: 625 Bytes
Versions: 47
Compression:
Stored size: 625 Bytes
Contents
#!/usr/bin/env bash . git-drover.demo.common.sh drover_c "This change needs to go to branch 9999" echo "# Here's a commit (from some.committer) that we want to 'drover'." run git log -n 1 --pretty=fuller echo echo "# Now do the 'drover'." pcommand git drover --branch 9999 \ --cherry-pick $(git show-ref -s pick_commit) echo "Going to cherry-pick" echo '"""' output git log -n 1 echo '"""' echo "to 9999. Continue (y/n)? y" echo echo "# A cl is uploaded to rietveld, where it can be reviewed before landing." echo echo "About to land on 9999. Continue (y/n)? y" echo "# The cherry-pick cl is landed on the branch 9999."
Version data entries
47 entries across 47 versions & 1 rubygems