Skip to content

Commit

Permalink
updated sync branch script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriel committed Nov 11, 2016
1 parent 0e5f329 commit c26e270
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sync_branches.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash
git push origin 1.0.1
git push origin 1.1.x

git checkout -f v22/1.0.1
git pull origin v22/1.0.1
git merge 1.0.1
git push origin v22/1.0.1
git checkout -f v22/1.1.x
git pull origin v22/1.1.x
git merge 1.1.x
git push origin v22/1.1.x

git checkout -f v23/1.0.1
git pull origin v23/1.0.1
git merge 1.0.1
git push origin v23/1.0.1
git checkout -f v23/1.1.x
git pull origin v23/1.1.x
git merge 1.1.x
git push origin v23/1.1.x

git checkout 1.0.1
git checkout 1.1.x

0 comments on commit c26e270

Please sign in to comment.