propagate_merge.sh 177 Bytes
Newer Older
Marojahan Sigiro committed
1 2 3 4 5 6 7 8 9 10
#!/bin/bash

git checkout master
git merge development
git checkout cis-development
git merge master
git checkout cis-master
git merge cis-development
git checkout development