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