mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
16 lines
227 B
Bash
Executable file
16 lines
227 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git checkout android-1.5
|
|
git merge master
|
|
|
|
git checkout ice-cream-sandwich
|
|
git merge master
|
|
|
|
git checkout beta
|
|
git merge master
|
|
|
|
git checkout beta-ics
|
|
git merge beta
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout master
|