Fix patch conflicts
This commit is contained in:
parent
137ece1d33
commit
d7cfd8cf29
15
mergeUpstream.sh
Executable file
15
mergeUpstream.sh
Executable file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
PS1="$"
|
||||||
|
basedir=`pwd`
|
||||||
|
|
||||||
|
function update {
|
||||||
|
cd "$basedir/$1"
|
||||||
|
git fetch && git reset --hard origin/master
|
||||||
|
cd "$basedir/$1/.."
|
||||||
|
git add $1
|
||||||
|
}
|
||||||
|
|
||||||
|
update Waterfall
|
||||||
|
|
||||||
|
# Update submodules
|
||||||
|
git submodule update --recursive
|
Loading…
Reference in New Issue
Block a user