Skip to content

Commit

Permalink
[core] Update branches syncing script to include v5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Apr 28, 2022
1 parent d324375 commit 28dc8cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/sync-branches.sh
@@ -1,5 +1,12 @@
git checkout master
git pull

git checkout dev
git pull
git merge master
git push

git checkout v5
git pull
git merge dev
git push

0 comments on commit 28dc8cd

Please sign in to comment.