mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
26 lines
391 B
Bash
Executable file
26 lines
391 B
Bash
Executable file
#!/bin/sh
|
|
|
|
git checkout new-book-events
|
|
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 plugins
|
|
git merge master
|
|
|
|
git checkout plugins-ics
|
|
git merge plugins
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout yota
|
|
git merge ice-cream-sandwich
|
|
|
|
git checkout master
|