Skip to content

Commit 163ff7d

Browse files
committed
🔧 MAINTAIN: update script
1 parent 4abc55e commit 163ff7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git_rebase_theme_branches.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ set -e
44

55
fmt='
66
git checkout %(refname)
7-
git rebase master
7+
git rebase main
88
git push origin HEAD:%(refname:strip=3) --force
99
'
1010

1111
eval "$(git for-each-ref --shell --format="$fmt" refs/remotes/origin/*-theme)"
1212

13-
git checkout master
13+
git checkout main

0 commit comments

Comments
 (0)