AgentGPT-Web-GUI / scripts /prepare-sync.sh
dia-gov's picture
Upload 569 files
cd6f98e verified
raw
history blame contribute delete
179 Bytes
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