Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit d5e3d73

Browse files
committed
update backports script
1 parent f6733fe commit d5e3d73

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/backport

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ if [[ -z "$commit" ]]; then
77
fi
88
working_branch="${2:-v0.7}"
99
next_branch="${3:-v0.8}"
10-
git checkout master
11-
git pull origin master
12-
git pull origin "$working_branch"
13-
git push origin master
10+
#git checkout master
11+
#git pull origin master
12+
#git pull origin "$working_branch"
13+
#git push origin master
1414
git checkout "$next_branch"
1515
git pull origin "$next_branch"
1616
git cherry-pick "$commit"

0 commit comments

Comments
 (0)