mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
51 lines
712 B
Bash
Executable file
51 lines
712 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git checkout tags-master
|
|
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 yota2
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout kindle
|
|
git merge yota2
|
|
|
|
git checkout nook
|
|
git merge master
|
|
|
|
git checkout microtypography
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout yotabeta
|
|
git merge beta-ics
|
|
git merge yota2
|
|
|
|
git checkout betayota
|
|
git merge beta-ics
|
|
git merge yota2
|
|
|
|
git checkout lr
|
|
git merge master
|
|
|
|
git checkout lr-ics
|
|
git merge lr
|
|
git merge yota2
|
|
|
|
git checkout lr-kindle
|
|
git merge lr
|
|
git merge kindle
|
|
|
|
git checkout lr-nook
|
|
git merge lr
|
|
git merge nook
|
|
|
|
git checkout master
|