Files
2026-07-13 12:46:20 +08:00

11 lines
151 B
Bash
Executable File

#!/bin/bash
cd `dirname $0`
cd ../..
git co master
git pull
git pull
git delete-branch build
git create-branch build
git push origin build -u
git co -