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