mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
18 lines
262 B
Bash
Executable file
18 lines
262 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git checkout ice-cream-sandwich
|
|
git merge master
|
|
|
|
git checkout yota2
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout kindle
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout nook
|
|
git merge master
|
|
|
|
git checkout microtypography
|
|
git merge yota2
|
|
|
|
git checkout master
|