Fix patch conflicts

This commit is contained in:
Techcable 2017-01-15 10:05:31 -07:00 committed by Marc Baloup
parent 137ece1d33
commit d7cfd8cf29

15
mergeUpstream.sh Executable file
View 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