1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00
FBReaderJ/scripts/mergeAll.sh
2015-08-22 15:08:24 +01:00

38 lines
540 B
Bash
Executable file

#!/bin/sh
git checkout tags-master
git merge master
git checkout ice-cream-sandwich
git merge master
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 yota2
git checkout betayota
git merge yota2
git checkout 2.6ics
git merge ice-cream-sandwich
git checkout 2.6
git merge 2.6ics
git merge yota2
git checkout 2.6-kindle
git merge 2.6
git merge kindle
git checkout master