-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
yuriel
committed
Nov 11, 2016
1 parent
0e5f329
commit c26e270
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |