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
Nikolay Pultsin ec96ce8dd8 new branches
2014-04-14 04:29:38 +01:00

43 lines
613 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 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 fc
git merge master
git checkout fc-ics
git merge ice-cream-sandwich
git merge fc
git checkout yotabeta
git merge beta-ics
git merge yota2
git checkout betayota
git merge beta-ics
git merge yota2
git checkout master