1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00
FBReaderJ/scripts/mergeAll.sh
2013-03-23 18:30:16 +04:00

16 lines
277 B
Bash
Executable file

#!/bin/sh
git checkout android-1.5
git merge --no-edit master
git checkout ice-cream-sandwich
git merge --no-edit master
git checkout beta
git merge --no-edit master
git checkout beta-ics
git merge --no-edit beta
git merge --no-edit ice-cream-sandwich
git checkout master