Spaces:
Runtime error
Runtime error
File size: 179 Bytes
cd6f98e |
1 2 3 4 5 6 7 8 9 10 11 |
cd "$(dirname "$0")" || exit 1
git reset --hard
git fetch origin
git checkout main
git pull
git branch -d actions/sync --force
git checkout -b actions/sync origin/actions/sync
|