mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
35 lines
512 B
Bash
Executable file
35 lines
512 B
Bash
Executable file
#!/bin/sh
|
|
|
|
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 plugins
|
|
git merge master
|
|
|
|
git checkout plugins-ics
|
|
git merge plugins
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout yota2
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout yota
|
|
git merge yota2
|
|
|
|
git checkout kindle
|
|
git merge yota2
|
|
|
|
git checkout nook
|
|
git merge master
|
|
|
|
git checkout microtypography
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout master
|