blob: d970c28695b79340404f856200dce1a9e3b00d08 [file] [log] [blame]
#!/usr/bin/env bash
set -x
env
git remote add upstream https://github.com/project-chip/connectedhomeip.git
git fetch upstream pull/"$1"/head
git merge --ff-only FETCH_HEAD
git push