Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
a923ce7d4486987a50d1027e53a429a37deae685
/
.
/
scripts
/
helpers
/
restyle_merge.sh
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